3 references to _cachedInfos
Microsoft.AspNetCore.Components (3)
CascadingParameterState.cs (3)
33
internal static void ClearCache() =>
_cachedInfos
.Clear();
117
if (!
_cachedInfos
.TryGetValue(componentType, out var infos))
120
_cachedInfos
[componentType] = infos;