4 references to _routes
Microsoft.AspNetCore.Routing (4)
RouteCollection.cs (4)
32
get { return
_routes
[index]; }
40
get { return
_routes
.Count; }
61
_routes
.Add(router);
123
return NormalizeVirtualPath(GetVirtualPath(context,
_routes
));