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