2 writes to body
Microsoft.CodeAnalysis.CSharp (2)
_generated\2\Syntax.xml.Syntax.Generated.cs (2)
4968
public QueryBodySyntax Body => GetRed(ref this.
body
, 2)!;
4970
internal override SyntaxNode? GetNodeSlot(int index) => index == 2 ? GetRed(ref this.
body
, 2)! : null;
1 reference to body
Microsoft.CodeAnalysis.CSharp (1)
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
4972
internal override SyntaxNode? GetCachedSlot(int index) => index == 2 ? this.
body
: null;