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