1 instantiation of ComponentFactory
Microsoft.AspNetCore.Components (1)
RenderTree\Renderer.cs (1)
102
_componentFactory = new
ComponentFactory
(componentActivator, GetComponentPropertyActivatorOrDefault(serviceProvider), this);
2 references to ComponentFactory
Microsoft.AspNetCore.Components (2)
RenderTree\Renderer.cs (2)
40
private readonly
ComponentFactory
_componentFactory;
198
ComponentFactory
.ClearCache();