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