3 writes to type
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
1699
this.
type
= type;
1710
this.
type
= type;
1720
this.
type
= type;
4 references to type
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
1724
public TypeSyntax Type => this.
type
;
1730
1 => this.
type
,
1757
=> new ScopedTypeSyntax(this.Kind, this.scopedKeyword, this.
type
, diagnostics, GetAnnotations());
1760
=> new ScopedTypeSyntax(this.Kind, this.scopedKeyword, this.
type
, GetDiagnostics(), annotations);