3 writes to designation
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
8678
this.
designation
= designation;
8705
this.
designation
= designation;
8731
this.
designation
= designation;
4 references to designation
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
8738
public VariableDesignationSyntax? Designation => this.
designation
;
8746
3 => this.
designation
,
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);