3 references to _cachedWritersByType
Microsoft.AspNetCore.Components (3)
Reflection\ComponentProperties.cs (3)
31
public static void ClearCache() =>
_cachedWritersByType
.Clear();
38
if (!
_cachedWritersByType
.TryGetValue(targetType, out var writers))
44
_cachedWritersByType
[targetType] = writers;