3 writes to stackAllocKeyword
Microsoft.CodeAnalysis.CSharp (3)
5 references to stackAllocKeyword
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
6394public SyntaxToken StackAllocKeyword => this.stackAllocKeyword;
64030 => this.stackAllocKeyword,
6432=> new StackAllocArrayCreationExpressionSyntax(this.Kind, this.stackAllocKeyword, this.type, this.initializer, diagnostics, GetAnnotations());
6435=> new StackAllocArrayCreationExpressionSyntax(this.Kind, this.stackAllocKeyword, this.type, this.initializer, GetDiagnostics(), annotations);