2 writes to designation
Microsoft.CodeAnalysis.CSharp (2)
Syntax.xml.Syntax.Generated.cs (2)
5304
public VariableDesignationSyntax Designation => GetRed(ref this.
designation
, 1)!;
5306
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)
5308
internal override SyntaxNode? GetCachedSlot(int index) => index == 1 ? this.
designation
: null;