2 references to GetComponentType
Microsoft.AspNetCore.Components (2)
SupplyParameterFromPersistentComponentStateValueProvider.cs (2)
119var componentType = GetComponentType(componentState); 251componentState.ParentComponentState == null ? "" : GetComponentType(componentState.ParentComponentState);