5 writes to _hadLineContinuationComment
Microsoft.CodeAnalysis.VisualBasic (5)
Parser\Parser.vb (4)
625_hadLineContinuationComment = False 642_hadLineContinuationComment = oldHadLineContinuationComment 872_hadLineContinuationComment = False 889_hadLineContinuationComment = oldHadLineContinuationComment
Parser\ParseScan.vb (1)
338_hadLineContinuationComment = True
6 references to _hadLineContinuationComment
Microsoft.CodeAnalysis.VisualBasic (6)
Parser\Parser.vb (6)
621Dim oldHadLineContinuationComment = _hadLineContinuationComment 629Debug.Assert(Not _hadLineContinuationComment OrElse _hadImplicitLineContinuation) 634If original Is statementSyntax AndAlso _hadLineContinuationComment Then 868Dim oldHadLineContinuationComment = _hadLineContinuationComment 876Debug.Assert(Not _hadLineContinuationComment OrElse _hadImplicitLineContinuation) 881If original Is statementSyntax AndAlso _hadLineContinuationComment Then