Base:
property
Transition
Microsoft.AspNetCore.Razor.Language.Syntax.CSharpRazorBlockSyntax.Transition
4 references to Transition
Microsoft.CodeAnalysis.Razor.Compiler (4)
Language\Legacy\TagHelperBlockRewriter.cs (1)
646var newFirstToken = SyntaxFactory.Token(firstToken.Kind, node.Transition.Transition.Content + firstToken.Content);
Language\Syntax\Generated\Syntax.xml.Main.Generated.cs (1)
372=> node.Update((CSharpTransitionSyntax)Visit(node.Transition), (CSharpSyntaxNode)Visit(node.Body));
Language\Syntax\Generated\Syntax.xml.Syntax.Generated.cs (2)
2090if (transition != Transition || body != Body) 2105public new CSharpImplicitExpressionSyntax WithBody(CSharpSyntaxNode body) => Update(Transition, body);