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)
249
If
_nextPreprocessorStateGetter
.Valid Then
250
_currentPreprocessorState =
_nextPreprocessorStateGetter
.State()
498
Debug.Assert(
_nextPreprocessorStateGetter
.Valid, "we should have _nextPreprocessorState")
500
Dim nextPreprocessorState =
_nextPreprocessorStateGetter
.State()