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