2 writes to _cache
Microsoft.AspNetCore.Routing (2)
Matching\DataSourceDependentMatcher.cs (2)
93
_cache
= value;
103
_cache
= null;
2 references to _cache
Microsoft.AspNetCore.Routing (2)
Matching\DataSourceDependentMatcher.cs (2)
83
get =>
_cache
;
102
_cache
?.Dispose();