1 implementation of ReleaseAsync
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
ViewComponents\DefaultViewComponentActivator.cs (1)
74
public ValueTask
ReleaseAsync
(ViewComponentContext context, object viewComponent)
3 references to ReleaseAsync
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
ViewComponents\DefaultViewComponentFactory.cs (1)
84
return _activator.
ReleaseAsync
(context, component);
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (2)
ViewComponents\DefaultViewComponentFactoryTest.cs (2)
69
viewComponentActivator.Setup(vca => vca.
ReleaseAsync
(context, component))
93
viewComponentActivator.Setup(vca => vca.
ReleaseAsync
(context, component))