2 writes to block
Microsoft.CodeAnalysis.CSharp (2)
Syntax.xml.Syntax.Generated.cs (2)
9212
public BlockSyntax Block => GetRed(ref this.
block
, 1)!;
9214
internal override SyntaxNode? GetNodeSlot(int index) => index == 1 ? GetRed(ref this.
block
, 1)! : null;
1 reference to block
Microsoft.CodeAnalysis.CSharp (1)
Syntax.xml.Syntax.Generated.cs (1)
9216
internal override SyntaxNode? GetCachedSlot(int index) => index == 1 ? this.
block
: null;