Base:
property
Body
Microsoft.AspNetCore.Razor.Language.Syntax.InternalSyntax.CSharpRazorBlockSyntax.Body
2 references to Body
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Syntax\Generated\Syntax.xml.Internal.Generated.cs (2)
3084
if (transition != Transition || body !=
Body
)
3375
=> node.Update((CSharpTransitionSyntax)Visit(node.Transition), (CSharpSyntaxNode)Visit(node.
Body
), node.DirectiveDescriptor);