2 references to OperatorKeyword
Microsoft.CodeAnalysis.CSharp (2)
_generated\1\Syntax.xml.Internal.Generated.cs (2)
23554
if (implicitOrExplicitKeyword != this.ImplicitOrExplicitKeyword || operatorKeyword != this.
OperatorKeyword
|| checkedKeyword != this.CheckedKeyword || type != this.Type || parameters != this.Parameters)
28561
=> node.Update((SyntaxToken)Visit(node.ImplicitOrExplicitKeyword), (SyntaxToken)Visit(node.
OperatorKeyword
), (SyntaxToken)Visit(node.CheckedKeyword), (TypeSyntax)Visit(node.Type), (CrefParameterListSyntax)Visit(node.Parameters));