3 writes to type
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
7082
this.
type
= type;
7102
this.
type
= type;
7121
this.
type
= type;
4 references to type
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
7132
public TypeSyntax? Type => this.
type
;
7142
1 => this.
type
,
7172
=> new FromClauseSyntax(this.Kind, this.fromKeyword, this.
type
, this.identifier, this.inKeyword, this.expression, diagnostics, GetAnnotations());
7175
=> new FromClauseSyntax(this.Kind, this.fromKeyword, this.
type
, this.identifier, this.inKeyword, this.expression, GetDiagnostics(), annotations);