3 writes to type
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
10659
this.
type
= type;
10673
this.
type
= type;
10686
this.
type
= type;
4 references to type
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
10694
public TypeSyntax Type => this.
type
;
10700
0 => this.
type
,
10728
=> new VariableDeclarationSyntax(this.Kind, this.
type
, this.variables, diagnostics, GetAnnotations());
10731
=> new VariableDeclarationSyntax(this.Kind, this.
type
, this.variables, GetDiagnostics(), annotations);