5 writes to _hadLineContinuationComment
Microsoft.CodeAnalysis.VisualBasic (5)
Parser\Parser.vb (4)
632_hadLineContinuationComment = False 649_hadLineContinuationComment = oldHadLineContinuationComment 879_hadLineContinuationComment = False 896_hadLineContinuationComment = oldHadLineContinuationComment
Parser\ParseScan.vb (1)
338_hadLineContinuationComment = True
6 references to _hadLineContinuationComment
Microsoft.CodeAnalysis.VisualBasic (6)
Parser\Parser.vb (6)
628Dim oldHadLineContinuationComment = _hadLineContinuationComment 636Debug.Assert(Not _hadLineContinuationComment OrElse _hadImplicitLineContinuation) 641If original Is statementSyntax AndAlso _hadLineContinuationComment Then 875Dim oldHadLineContinuationComment = _hadLineContinuationComment 883Debug.Assert(Not _hadLineContinuationComment OrElse _hadImplicitLineContinuation) 888If original Is statementSyntax AndAlso _hadLineContinuationComment Then