1 write to InnerTokenObject
Microsoft.CodeAnalysis.VisualBasic (1)
Scanner\TokenStream.vb (1)
647Me.InnerTokenObject = token
16 references to InnerTokenObject
Microsoft.CodeAnalysis.VisualBasic (16)
Scanner\TokenStream.vb (16)
199Debug.Assert(_currentToken.InnerTokenObject Is Nothing) 207ElseIf _currentToken.InnerTokenObject IsNot Nothing Then 208Return _currentToken.InnerTokenObject 210Return _prevToken.InnerTokenObject 217Return _prevToken.InnerTokenObject 222Dim tk = _currentToken.InnerTokenObject 269Dim tk = _prevToken.InnerTokenObject 275Debug.Assert(_currentToken.InnerTokenObject IsNot Nothing) 276Debug.Assert(_currentToken.InnerTokenObject.Kind = SyntaxKind.ColonToken) 312Dim tk = _prevToken.InnerTokenObject 318Dim includeFollowingBlankLines = _currentToken.InnerTokenObject IsNot Nothing AndAlso 319_currentToken.InnerTokenObject.Kind = SyntaxKind.EndOfXmlToken 342Dim tk = _prevToken.InnerTokenObject 363Debug.Assert(token.InnerTokenObject IsNot Nothing) 364Debug.Assert(tk.Kind = token.InnerTokenObject.Kind) 656Return New ScannerToken(preprocessorState, Me.Position, Me.EndOfTerminatorTrivia, Me.InnerTokenObject, Me.State)