7 references to IsSingleQuote
Microsoft.CodeAnalysis.VisualBasic (7)
Scanner\Scanner.vb (6)
565
Dim foundComment =
IsSingleQuote
(ch)
821
IsSingleQuote
(Peek(here)) AndAlso
822
IsSingleQuote
(Peek(here + 1)) AndAlso
823
IsSingleQuote
(Peek(here + 2)) AndAlso
824
Not
IsSingleQuote
(Peek(here + 3))
1077
If
IsSingleQuote
(ch) Then
Scanner\ScannerXml.vb (1)
249
If
IsSingleQuote
(c) AndAlso LastToken.Kind <> SyntaxKind.EqualsToken Then