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