1 write to _activator
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
ViewComponents\DefaultViewComponentFactory.cs (1)
29_activator = activator;
3 references to _activator
Microsoft.AspNetCore.Mvc.ViewFeatures (3)
ViewComponents\DefaultViewComponentFactory.cs (3)
44var component = _activator.Create(context); 75_activator.Release(context, component); 84return _activator.ReleaseAsync(context, component);