1 write to State
Microsoft.CodeAnalysis.VisualBasic (1)
Scanner\TokenStream.vb (1)
648
Me.
State
= state
9 references to State
Microsoft.CodeAnalysis.VisualBasic (9)
Scanner\Blender.vb (1)
459
If Not Me._currentToken.
State
= ScannerState.VBAllowLeadingMultilineTrivia AndAlso
Scanner\TokenStream.vb (8)
227
Dim state = _currentToken.
State
236
If state <> _currentToken.
State
Then
240
If _currentToken.
State
= ScannerState.VB AndAlso state = ScannerState.Content Then
358
_prevToken = _prevToken.With(_prevToken.
State
, tk)
390
If tk.
State
= state Then
422
Debug.Assert(_currentToken.
State
= state)
441
If offsetInQueue < _tokens.Count AndAlso _tokens(offsetInQueue).
State
= state Then
656
Return New ScannerToken(preprocessorState, Me.Position, Me.EndOfTerminatorTrivia, Me.InnerTokenObject, Me.
State
)