3 writes to type
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
1448
this.
type
= type;
1462
this.
type
= type;
1475
this.
type
= type;
4 references to type
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
1484
public TypeSyntax Type => this.
type
;
1491
0 => this.
type
,
1519
=> new TupleElementSyntax(this.Kind, this.
type
, this.identifier, diagnostics, GetAnnotations());
1522
=> new TupleElementSyntax(this.Kind, this.
type
, this.identifier, GetDiagnostics(), annotations);