2 references to _cachedInfos
Microsoft.AspNetCore.Components (2)
CascadingParameterState.cs (2)
107
if (!
_cachedInfos
.TryGetValue(componentType, out var infos))
110
_cachedInfos
[componentType] = infos;