3 writes to type
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
1609
this.
type
= type;
1625
this.
type
= type;
1640
this.
type
= type;
4 references to type
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
1646
public TypeSyntax Type => this.
type
;
1653
2 => this.
type
,
1680
=> new RefTypeSyntax(this.Kind, this.refKeyword, this.readOnlyKeyword, this.
type
, diagnostics, GetAnnotations());
1683
=> new RefTypeSyntax(this.Kind, this.refKeyword, this.readOnlyKeyword, this.
type
, GetDiagnostics(), annotations);