2 references to _cache
Microsoft.AspNetCore.Components (2)
BindConverter.cs (2)
1877
if (!
_cache
.TryGetValue(typeof(T), out var parser))
2004
_cache
.TryAdd(typeof(T), parser);