2 references to _cache
Microsoft.AspNetCore.Components.Authorization (2)
AttributeAuthorizeDataCache.cs (2)
15
if (!
_cache
.TryGetValue(type, out var result))
18
_cache
[type] = result; // Safe race - doesn't matter if it overwrites