2 references to GetComponentTypeInfo
Microsoft.AspNetCore.Components (2)
ComponentFactory.cs (2)
51
var (componentTypeRenderMode, propertyInjector) =
GetComponentTypeInfo
(componentType);
94
var componentTypeInfo =
GetComponentTypeInfo
(instance.GetType());