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