3 writes to _token
Microsoft.CodeAnalysis.VisualBasic (3)
Generated\Syntax.xml.Internal.Generated.vb (3)
15508Me._token = token 15518Me._token = token 15527Me._token = token
6 references to _token
Microsoft.CodeAnalysis.VisualBasic (6)
Generated\Syntax.xml.Internal.Generated.vb (5)
15548Return Me._token 15554Return Me._token 15563Return new LiteralExpressionSyntax(Me.Kind, newErrors, GetAnnotations, _token) 15567Return new LiteralExpressionSyntax(Me.Kind, GetDiagnostics, annotations, _token) 32060If node._token IsNot newToken Then anyChanges = True
Generated\Syntax.xml.Syntax.Generated.vb (1)
21298return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.LiteralExpressionSyntax)._token, Me.Position, 0)