3 writes to _operatorToken
Microsoft.CodeAnalysis.VisualBasic (3)
Generated\Syntax.xml.Internal.Generated.vb (3)
16461Me._operatorToken = operatorToken 16477Me._operatorToken = operatorToken 16492Me._operatorToken = operatorToken
6 references to _operatorToken
Microsoft.CodeAnalysis.VisualBasic (6)
Generated\Syntax.xml.Internal.Generated.vb (5)
16525Return Me._operatorToken 16545Return Me._operatorToken 16556Return new TypeOfExpressionSyntax(Me.Kind, newErrors, GetAnnotations, _typeOfKeyword, _expression, _operatorToken, _type) 16560Return new TypeOfExpressionSyntax(Me.Kind, GetDiagnostics, annotations, _typeOfKeyword, _expression, _operatorToken, _type) 32214If node._operatorToken IsNot newOperatorToken Then anyChanges = True
Generated\Syntax.xml.Syntax.Generated.vb (1)
22515return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.TypeOfExpressionSyntax)._operatorToken, Me.GetChildPosition(2), Me.GetChildIndex(2))