3 references to _cachedPropertyActivators
Microsoft.AspNetCore.Components (3)
DefaultComponentPropertyActivator.cs (3)
29public static void ClearCache() => _cachedPropertyActivators.Clear(); 38if (!_cachedPropertyActivators.TryGetValue(componentType, out var activator)) 41_cachedPropertyActivators.TryAdd(componentType, activator);