2 implementations of Release
Microsoft.AspNetCore.Mvc.ViewFeatures (2)
ViewComponents\DefaultViewComponentActivator.cs (1)
56public void Release(ViewComponentContext context, object viewComponent)
ViewComponents\ServiceBasedViewComponentActivator.cs (1)
25public 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)
38Release(context, viewComponent);