4 references to IsColon
Microsoft.CodeAnalysis.VisualBasic (4)
Scanner\Scanner.vb (3)
1126
Return
IsColon
(ch) AndAlso Not TrySkipFollowingEquals(offset + 1)
2322
If CanGet(here) AndAlso
IsColon
(Peek(here)) Then
2335
If CanGet(here) AndAlso
IsColon
(Peek(here)) Then
Scanner\TokenFactories.vb (1)
182
Debug.Assert(
IsColon
(text(0)))