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