1 instantiation of DataSourceDependentCache
Microsoft.AspNetCore.Mvc.Core (1)
Routing\DynamicControllerEndpointSelector.cs (1)
18_cache = new DataSourceDependentCache<ActionSelectionTable<Endpoint>>(dataSource, Initialize);
1 reference to DataSourceDependentCache
Microsoft.AspNetCore.Mvc.Core (1)
Routing\DynamicControllerEndpointSelector.cs (1)
12private readonly DataSourceDependentCache<ActionSelectionTable<Endpoint>> _cache;