3 writes to type
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
6354
this.
type
= type;
6370
this.
type
= type;
6385
this.
type
= type;
4 references to type
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
6396
public TypeSyntax Type => this.
type
;
6404
1 => this.
type
,
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);