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