1 instantiation of WritersForType
Microsoft.AspNetCore.Components (1)
Reflection\ComponentProperties.cs (1)
33
writers = new
WritersForType
(targetType);
3 references to WritersForType
Microsoft.AspNetCore.Components (3)
Reflection\ComponentProperties.cs (3)
19
private static readonly ConcurrentDictionary<Type,
WritersForType
> _cachedWritersByType
20
= new ConcurrentDictionary<Type,
WritersForType
>();
29
if (!_cachedWritersByType.TryGetValue(targetType, out
var
writers))