1 write to _cache
Microsoft.AspNetCore.Routing (1)
RouteValuesAddressScheme.cs (1)
17
_cache
= new DataSourceDependentCache<StateEntry>(dataSource, Initialize);
2 references to _cache
Microsoft.AspNetCore.Routing (2)
RouteValuesAddressScheme.cs (2)
21
internal StateEntry State =>
_cache
.EnsureInitialized();
167
_cache
.Dispose();