Please see following examples with false positives:
Visual BasicPublic Class Class1
Function Foo() As Integer
Dim chars As Char() = {"a"c, "b"c}
'CRR0027
Return chars.Length
End Function
Function Bar() As Boolean
Dim chars As Char() = {"a"c, "b"c}
'CRR0027
Return chars.IsFixedSize
End Function
End Class
Hi Robert,
Thank you for your report. I have reproduced this problem locally and we will fix it in our future builds.