1 instantiation of RouteAttributeExtensionNode
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Components\ComponentPageDirectivePass.cs (1)
64
@namespace.Children.Insert(index++, new
RouteAttributeExtensionNode
(routeToken.Content) { Source = routeToken.Source });
3 references to RouteAttributeExtensionNode
Microsoft.AspNetCore.Razor.Test.Common (3)
Language\IntegrationTests\IntermediateNodeWriter.cs (3)
23
IExtensionIntermediateNodeVisitor<
RouteAttributeExtensionNode
>
200
void IExtensionIntermediateNodeVisitor<
RouteAttributeExtensionNode
>.VisitExtension(
RouteAttributeExtensionNode
node)