2 references to _cache
Microsoft.AspNetCore.Components (2)
BindConverter.cs (2)
1686if (!_cache.TryGetValue(typeof(T), out var formatter)) 1797_cache.TryAdd(typeof(T), formatter);