3 writes to type
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
22341
this.
type
= type;
22373
this.
type
= type;
22404
this.
type
= type;
4 references to type
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
22422
public override TypeSyntax? Type => this.
type
;
22432
2 => this.
type
,
22461
=> new ParameterSyntax(this.Kind, this.attributeLists, this.modifiers, this.
type
, this.identifier, this.@default, diagnostics, GetAnnotations());
22464
=> new ParameterSyntax(this.Kind, this.attributeLists, this.modifiers, this.
type
, this.identifier, this.@default, GetDiagnostics(), annotations);