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