2 writes to _body
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Syntax\Generated\Syntax.xml.Internal.Generated.cs (2)
2987
_body
= body;
2998
_body
= body;
3 references to _body
Microsoft.CodeAnalysis.Razor.Compiler (3)
Language\Syntax\Generated\Syntax.xml.Internal.Generated.cs (3)
3003
public override CSharpSyntaxNode Body =>
_body
;
3010
1 =>
_body
,
3034
=> new RazorDirectiveSyntax(Kind, _transition,
_body
, _directiveDescriptor, diagnostics);