4 writes to _operatorKeyword
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (4)
6752Me._operatorKeyword = operatorKeyword 6768Me._operatorKeyword = operatorKeyword 6783Me._operatorKeyword = operatorKeyword 6799Me._operatorKeyword = _operatorKeyword
7 references to _operatorKeyword
Microsoft.CodeAnalysis.VisualBasic (7)
Generated\Syntax.xml.Internal.Generated.vb (6)
6817writer.WriteValue(Me._operatorKeyword) 6835Return Me._operatorKeyword 6868Return Me._operatorKeyword 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) 38516If node._operatorKeyword IsNot newOperatorKeyword Then anyChanges = True
Generated\Syntax.xml.Syntax.Generated.vb (1)
8435return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.OperatorStatementSyntax)._operatorKeyword, Me.GetChildPosition(2), Me.GetChildIndex(2))