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)
57if (_router == null || _router.Version != actions.Version) 64return _router;