1 write to _routeVirtualPath
System.Web (1)
Routing\PageRouteHandler.cs (1)
55
_routeVirtualPath
= new Route(VirtualPath.Substring(2), this);
2 references to _routeVirtualPath
System.Web (2)
Routing\PageRouteHandler.cs (2)
53
if (
_routeVirtualPath
== null) {
57
return
_routeVirtualPath
;