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