2 writes to designation
Microsoft.CodeAnalysis.CSharp (2)
Syntax.xml.Syntax.Generated.cs (2)
5348
public VariableDesignationSyntax Designation => GetRed(ref this.
designation
, 1)!;
5350
internal override SyntaxNode? GetNodeSlot(int index) => index == 1 ? GetRed(ref this.
designation
, 1)! : null;
1 reference to designation
Microsoft.CodeAnalysis.CSharp (1)
Syntax.xml.Syntax.Generated.cs (1)
5352
internal override SyntaxNode? GetCachedSlot(int index) => index == 1 ? this.
designation
: null;