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