2 writes to type
Microsoft.CodeAnalysis.CSharp (2)
Syntax.xml.Syntax.Generated.cs (2)
2438public TypeSyntax Type => GetRed(ref this.type, 2)!; 2443internal override SyntaxNode? GetNodeSlot(int index) => index == 2 ? GetRed(ref this.type, 2)! : null;
1 reference to type
Microsoft.CodeAnalysis.CSharp (1)
Syntax.xml.Syntax.Generated.cs (1)
2445internal override SyntaxNode? GetCachedSlot(int index) => index == 2 ? this.type : null;