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