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