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)
621
Dim oldHadLineContinuationComment =
_hadLineContinuationComment
629
Debug.Assert(Not
_hadLineContinuationComment
OrElse _hadImplicitLineContinuation)
634
If original Is statementSyntax AndAlso
_hadLineContinuationComment
Then
868
Dim oldHadLineContinuationComment =
_hadLineContinuationComment
876
Debug.Assert(Not
_hadLineContinuationComment
OrElse _hadImplicitLineContinuation)
881
If original Is statementSyntax AndAlso
_hadLineContinuationComment
Then