2 writes to _routeCollection
System.Web (2)
Routing\UrlRoutingHandler.cs (2)
24_routeCollection = RouteTable.Routes; 29_routeCollection = value;
2 references to _routeCollection
System.Web (2)
Routing\UrlRoutingHandler.cs (2)
23if (_routeCollection == null) { 26return _routeCollection;