2 writes to types
Microsoft.CodeAnalysis.CSharp (2)
Syntax.xml.Syntax.Generated.cs (2)
11487
var red = GetRed(ref this.
types
, 1);
11492
internal override SyntaxNode? GetNodeSlot(int index) => index == 1 ? GetRed(ref this.
types
, 1)! : null;
1 reference to types
Microsoft.CodeAnalysis.CSharp (1)
Syntax.xml.Syntax.Generated.cs (1)
11494
internal override SyntaxNode? GetCachedSlot(int index) => index == 1 ? this.
types
: null;