4 writes to _operatorToken
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (4)
6754Me._operatorToken = operatorToken 6770Me._operatorToken = operatorToken 6785Me._operatorToken = operatorToken 6804Me._operatorToken = _operatorToken
7 references to _operatorToken
Microsoft.CodeAnalysis.VisualBasic (7)
Generated\Syntax.xml.Internal.Generated.vb (6)
6818writer.WriteValue(Me._operatorToken) 6844Return Me._operatorToken 6870Return Me._operatorToken 6883Return new OperatorStatementSyntax(Me.Kind, newErrors, GetAnnotations, _attributeLists, _modifiers, _operatorKeyword, _operatorToken, _parameterList, _asClause) 6887Return new OperatorStatementSyntax(Me.Kind, GetDiagnostics, annotations, _attributeLists, _modifiers, _operatorKeyword, _operatorToken, _parameterList, _asClause) 38518If node._operatorToken IsNot newOperatorToken Then anyChanges = True
Generated\Syntax.xml.Syntax.Generated.vb (1)
8453return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.OperatorStatementSyntax)._operatorToken, Me.GetChildPosition(3), Me.GetChildIndex(3))