2 writes to typeArgumentList
Microsoft.CodeAnalysis.CSharp (2)
Syntax.xml.Syntax.Generated.cs (2)
160
public TypeArgumentListSyntax TypeArgumentList => GetRed(ref this.
typeArgumentList
, 1)!;
162
internal override SyntaxNode? GetNodeSlot(int index) => index == 1 ? GetRed(ref this.
typeArgumentList
, 1)! : null;
1 reference to typeArgumentList
Microsoft.CodeAnalysis.CSharp (1)
Syntax.xml.Syntax.Generated.cs (1)
164
internal override SyntaxNode? GetCachedSlot(int index) => index == 1 ? this.
typeArgumentList
: null;