3 writes to type
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
6138
this.
type
= type;
6154
this.
type
= type;
6169
this.
type
= type;
4 references to type
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
6180
public ArrayTypeSyntax Type => this.
type
;
6188
1 => this.
type
,
6216
=> new ArrayCreationExpressionSyntax(this.Kind, this.newKeyword, this.
type
, this.initializer, diagnostics, GetAnnotations());
6219
=> new ArrayCreationExpressionSyntax(this.Kind, this.newKeyword, this.
type
, this.initializer, GetDiagnostics(), annotations);