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