5 writes to _hadLineContinuationComment
Microsoft.CodeAnalysis.VisualBasic (5)
Parser\Parser.vb (4)
626_hadLineContinuationComment = False 643_hadLineContinuationComment = oldHadLineContinuationComment 873_hadLineContinuationComment = False 890_hadLineContinuationComment = oldHadLineContinuationComment
Parser\ParseScan.vb (1)
338_hadLineContinuationComment = True
6 references to _hadLineContinuationComment
Microsoft.CodeAnalysis.VisualBasic (6)
Parser\Parser.vb (6)
622Dim oldHadLineContinuationComment = _hadLineContinuationComment 630Debug.Assert(Not _hadLineContinuationComment OrElse _hadImplicitLineContinuation) 635If original Is statementSyntax AndAlso _hadLineContinuationComment Then 869Dim oldHadLineContinuationComment = _hadLineContinuationComment 877Debug.Assert(Not _hadLineContinuationComment OrElse _hadImplicitLineContinuation) 882If original Is statementSyntax AndAlso _hadLineContinuationComment Then