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