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)
628
Dim oldHadLineContinuationComment =
_hadLineContinuationComment
636
Debug.Assert(Not
_hadLineContinuationComment
OrElse _hadImplicitLineContinuation)
641
If original Is statementSyntax AndAlso
_hadLineContinuationComment
Then
875
Dim oldHadLineContinuationComment =
_hadLineContinuationComment
883
Debug.Assert(Not
_hadLineContinuationComment
OrElse _hadImplicitLineContinuation)
888
If original Is statementSyntax AndAlso
_hadLineContinuationComment
Then