3 writes to _nextPreprocessorStateGetter
Microsoft.CodeAnalysis.VisualBasic (3)
Scanner\Blender.vb (3)
193_nextPreprocessorStateGetter = Nothing 253_nextPreprocessorStateGetter = New NextPreprocessorStateGetter(_currentPreprocessorState, DirectCast(node, VisualBasicSyntaxNode)) 291_nextPreprocessorStateGetter = Nothing
4 references to _nextPreprocessorStateGetter
Microsoft.CodeAnalysis.VisualBasic (4)
Scanner\Blender.vb (4)
249If _nextPreprocessorStateGetter.Valid Then 250_currentPreprocessorState = _nextPreprocessorStateGetter.State() 498Debug.Assert(_nextPreprocessorStateGetter.Valid, "we should have _nextPreprocessorState") 500Dim nextPreprocessorState = _nextPreprocessorStateGetter.State()