1 implementation of CreateInstance
Microsoft.AspNetCore.Components (1)
DefaultComponentActivator.cs (1)
26
public IComponent
CreateInstance
([DynamicallyAccessedMembers(DynamicallyAccessedMemberTypes.PublicConstructors)] Type componentType)
4 references to CreateInstance
Microsoft.AspNetCore.Components (1)
ComponentFactory.cs (1)
65
component = _componentActivator.
CreateInstance
(componentType);
Microsoft.AspNetCore.Components.Endpoints (2)
Rendering\EndpointHtmlRenderer.Prerendering.cs (2)
26
return componentActivator.
CreateInstance
(componentType);
36
return componentActivator.
CreateInstance
(componentType);
Microsoft.AspNetCore.Components.Server (1)
Circuits\RemoteRenderer.cs (1)
313
InteractiveServerRenderMode or InteractiveAutoRenderMode => componentActivator.
CreateInstance
(componentType),