3 references to IsNewLine
Microsoft.CodeAnalysis.VisualBasic (3)
Scanner\Scanner.vb (3)
724
If position = 0 OrElse SyntaxFacts.
IsNewLine
(text(position - 1)) Then
790
While CanGet() AndAlso SyntaxFacts.
IsNewLine
(Peek())
805
If SyntaxFacts.
IsNewLine
(ch) Then