3 writes to type
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
5741
this.
type
= type;
5762
this.
type
= type;
5782
this.
type
= type;
4 references to type
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
5798
public TypeSyntax Type => this.
type
;
5808
1 => this.
type
,
5837
=> new ObjectCreationExpressionSyntax(this.Kind, this.newKeyword, this.
type
, this.argumentList, this.initializer, diagnostics, GetAnnotations());
5840
=> new ObjectCreationExpressionSyntax(this.Kind, this.newKeyword, this.
type
, this.argumentList, this.initializer, GetDiagnostics(), annotations);