3 writes to ascendingOrDescendingKeyword
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
7692this.ascendingOrDescendingKeyword = ascendingOrDescendingKeyword; 7706this.ascendingOrDescendingKeyword = ascendingOrDescendingKeyword; 7719this.ascendingOrDescendingKeyword = ascendingOrDescendingKeyword;
5 references to ascendingOrDescendingKeyword
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
7724public SyntaxToken? AscendingOrDescendingKeyword => this.ascendingOrDescendingKeyword; 77301 => this.ascendingOrDescendingKeyword, 7757=> new OrderingSyntax(this.Kind, this.expression, this.ascendingOrDescendingKeyword, diagnostics, GetAnnotations()); 7760=> new OrderingSyntax(this.Kind, this.expression, this.ascendingOrDescendingKeyword, GetDiagnostics(), annotations);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
4873var slot = ((Syntax.InternalSyntax.OrderingSyntax)this.Green).ascendingOrDescendingKeyword;