1 write to _routers
Microsoft.AspNetCore.Routing.Abstractions (1)
RouteData.cs (1)
223
_routers
= routers;
3 references to _routers
Microsoft.AspNetCore.Routing.Abstractions (3)
RouteData.cs (3)
250
if (_routeData._routers == null &&
_routers
== null)
254
else if (
_routers
== null)
272
var snapshotRouters =
_routers
;