1 instantiation of SyncAndAsyncDisposableViewComponent
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (1)
ViewComponents\DefaultViewComponentActivatorTests.cs (1)
67var instance = new SyncAndAsyncDisposableViewComponent();
2 references to SyncAndAsyncDisposableViewComponent
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (2)
ViewComponents\DefaultViewComponentActivatorTests.cs (2)
67var instance = new SyncAndAsyncDisposableViewComponent(); 71var context = CreateContext(typeof(SyncAndAsyncDisposableViewComponent));