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)
44
var component =
_activator
.Create(context);
75
_activator
.Release(context, component);
84
return
_activator
.ReleaseAsync(context, component);