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)
622
Dim oldHadLineContinuationComment =
_hadLineContinuationComment
630
Debug.Assert(Not
_hadLineContinuationComment
OrElse _hadImplicitLineContinuation)
635
If original Is statementSyntax AndAlso
_hadLineContinuationComment
Then
869
Dim oldHadLineContinuationComment =
_hadLineContinuationComment
877
Debug.Assert(Not
_hadLineContinuationComment
OrElse _hadImplicitLineContinuation)
882
If original Is statementSyntax AndAlso
_hadLineContinuationComment
Then