3 references to CreateContext
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (3)
ViewComponents\DefaultViewComponentActivatorTests.cs (3)
27
var context =
CreateContext
(typeof(TestViewComponent));
51
var context =
CreateContext
(typeof(VisibilityViewComponent));
71
var context =
CreateContext
(typeof(SyncAndAsyncDisposableViewComponent));