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