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)
176Me._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 453Return _scannerPreprocessorState.IsEquivalentTo(_currentPreprocessorState)
Scanner\Directives.vb (7)
81Dim newState = ApplyDirective(_scannerPreprocessorState, 635If Me._scannerPreprocessorState.ConditionalStack.Count > 0 Then 636For Each state In _scannerPreprocessorState.ConditionalStack 652If Me._scannerPreprocessorState.RegionDirectiveStack.Count > 0 Then 654notClosedRegionDirectives.AddRange(Me._scannerPreprocessorState.RegionDirectiveStack) 657haveRegionDirectives = Me._scannerPreprocessorState.HaveSeenRegionDirectives 658notClosedExternalSourceDirective = Me._scannerPreprocessorState.ExternalSourceDirective
Scanner\TokenStream.vb (8)
224Debug.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) 460Dim ppState = _scannerPreprocessorState 476_currentToken = New ScannerToken(_scannerPreprocessorState, _lineBufferOffset, _endOfTerminatorTrivia, Nothing, ScannerState.VB) 504Me._scannerPreprocessorState = scanner._scannerPreprocessorState