1 write to RouteName
Microsoft.AspNetCore.Routing.Abstractions (1)
VirtualPathContext.cs (1)
43
RouteName
= routeName;
5 references to RouteName
Microsoft.AspNetCore.Routing (5)
RouteCollection.cs (3)
101
if (!string.IsNullOrEmpty(context.
RouteName
))
105
if (_namedRoutes.TryGetValue(context.
RouteName
, out var matchedNamedRoute))
115
var message = Resources.FormatNamedRoutes_AmbiguousRoutesFound(context.
RouteName
);
Tree\TreeRouter.cs (2)
144
if (context.
RouteName
!= null)
268
if (_namedEntries.TryGetValue(context.
RouteName
, out var match))