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