1 write to _router
Microsoft.AspNetCore.Mvc.Core (1)
Routing\AttributeRoute.cs (1)
61
_router
= builder.Build(actions.Version);
3 references to _router
Microsoft.AspNetCore.Mvc.Core (3)
Routing\AttributeRoute.cs (3)
57
if (
_router
== null ||
_router
.Version != actions.Version)
64
return
_router
;