5 writes to _scannerPreprocessorState
Microsoft.CodeAnalysis.VisualBasic (5)
Scanner\Directives.vb (1)
84
_scannerPreprocessorState
= newState
Scanner\Scanner.vb (1)
115
_scannerPreprocessorState
= New PreprocessorState(GetPreprocessorConstants(options))
Scanner\TokenStream.vb (3)
176
Me.
_scannerPreprocessorState
= _currentToken.PreprocessorState
519
_scanner.
_scannerPreprocessorState
= Me._scannerPreprocessorState
572
_scannerPreprocessorState
= revertTo.PreprocessorState
17 references to _scannerPreprocessorState
Microsoft.CodeAnalysis.VisualBasic (17)
Scanner\Blender.vb (2)
192
_currentPreprocessorState =
_scannerPreprocessorState
453
Return
_scannerPreprocessorState
.IsEquivalentTo(_currentPreprocessorState)
Scanner\Directives.vb (7)
81
Dim newState = ApplyDirective(
_scannerPreprocessorState
,
635
If Me.
_scannerPreprocessorState
.ConditionalStack.Count > 0 Then
636
For Each state In
_scannerPreprocessorState
.ConditionalStack
652
If Me.
_scannerPreprocessorState
.RegionDirectiveStack.Count > 0 Then
654
notClosedRegionDirectives.AddRange(Me.
_scannerPreprocessorState
.RegionDirectiveStack)
657
haveRegionDirectives = Me.
_scannerPreprocessorState
.HaveSeenRegionDirectives
658
notClosedExternalSourceDirective = Me.
_scannerPreprocessorState
.ExternalSourceDirective
Scanner\TokenStream.vb (8)
224
Debug.Assert(_currentToken.PreprocessorState Is
_scannerPreprocessorState
)
288
_currentToken = New ScannerToken(
_scannerPreprocessorState
, _lineBufferOffset, _endOfTerminatorTrivia, Nothing, state)
338
_currentToken = New ScannerToken(
_scannerPreprocessorState
, _lineBufferOffset, _endOfTerminatorTrivia, Nothing, state)
359
_currentToken = New ScannerToken(
_scannerPreprocessorState
, _lineBufferOffset, _endOfTerminatorTrivia, Nothing, state)
379
_currentToken = New ScannerToken(
_scannerPreprocessorState
, _lineBufferOffset, _endOfTerminatorTrivia, Nothing, state)
460
Dim ppState =
_scannerPreprocessorState
476
_currentToken = New ScannerToken(
_scannerPreprocessorState
, _lineBufferOffset, _endOfTerminatorTrivia, Nothing, ScannerState.VB)
504
Me._scannerPreprocessorState = scanner.
_scannerPreprocessorState