1 write to _cache
Microsoft.AspNetCore.Mvc.Core (1)
Routing\DynamicControllerEndpointSelector.cs (1)
18
_cache
= new DataSourceDependentCache<ActionSelectionTable<Endpoint>>(dataSource, Initialize);
2 references to _cache
Microsoft.AspNetCore.Mvc.Core (2)
Routing\DynamicControllerEndpointSelector.cs (2)
21
private ActionSelectionTable<Endpoint> Table =>
_cache
.EnsureInitialized();
39
_cache
.Dispose();