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)
21private ActionSelectionTable<Endpoint> Table => _cache.EnsureInitialized(); 39_cache.Dispose();