5 references to PeekStartComment
Microsoft.CodeAnalysis.VisualBasic (5)
Scanner\Scanner.vb (5)
206Dim length = PeekStartComment(0) 596Dim startComment = PeekStartComment(here) 1099Dim length = PeekStartComment(0) 1302If Not CanGet(len) OrElse IsNewLine(Peek(len)) OrElse PeekStartComment(len) > 0 Then 1504Debug.Assert(PeekStartComment(0) = 0) ' comment should be handled by caller