4 references to CreateForView
Microsoft.AspNetCore.Mvc.Razor.Test (2)
Compilation\DefaultRazorPageFactoryProviderTest.cs (2)
55Item = TestRazorCompiledItem.CreateForView(typeof(TestRazorPage), relativePath), 81Item = TestRazorCompiledItem.CreateForView(typeof(TestRazorPage), relativePath),
Microsoft.AspNetCore.Mvc.RazorPages.Test (1)
Infrastructure\DefaultPageLoaderTest.cs (1)
357var compiledItem = TestRazorCompiledItem.CreateForView(typeof(object), "/Views/Index.cshtml");
Microsoft.AspNetCore.Mvc.Views.TestCommon (1)
TestRazorCompiledItem.cs (1)
23return CreateForView(type: null, identifier, metadata);