3 writes to type
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
8663
this.
type
= type;
8690
this.
type
= type;
8716
this.
type
= type;
4 references to type
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
8735
public TypeSyntax? Type => this.
type
;
8743
0 => this.
type
,
8773
=> new RecursivePatternSyntax(this.Kind, this.
type
, this.positionalPatternClause, this.propertyPatternClause, this.designation, diagnostics, GetAnnotations());
8776
=> new RecursivePatternSyntax(this.Kind, this.
type
, this.positionalPatternClause, this.propertyPatternClause, this.designation, GetDiagnostics(), annotations);