2 implementations of Release
Microsoft.AspNetCore.Mvc.ViewFeatures (2)
ViewComponents\DefaultViewComponentActivator.cs (1)
56
public void
Release
(ViewComponentContext context, object viewComponent)
ViewComponents\ServiceBasedViewComponentActivator.cs (1)
25
public virtual void
Release
(ViewComponentContext context, object viewComponent)
2 references to Release
Microsoft.AspNetCore.Mvc.ViewFeatures (2)
ViewComponents\DefaultViewComponentFactory.cs (1)
75
_activator.
Release
(context, component);
ViewComponents\IViewComponentActivator.cs (1)
38
Release
(context, viewComponent);