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)
3 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);
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (1)
ViewComponents\DefaultViewComponentFactoryTest.cs (1)
46
viewComponentActivator.Setup(vca => vca.
Release
(context, component))