Base:
property
Transition
Microsoft.AspNetCore.Razor.Language.Syntax.CSharpRazorBlockSyntax.Transition
4 references to Transition
Microsoft.CodeAnalysis.Razor.Compiler (4)
Language\Legacy\TagHelperBlockRewriter.cs (1)
646
var 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)
2090
if (transition !=
Transition
|| body != Body)
2105
public new CSharpImplicitExpressionSyntax WithBody(CSharpSyntaxNode body) => Update(
Transition
, body);