3 references to NotFoundProjectItem
Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation.Test (3)
TestInfrastructure\DirectoryNode.cs (2)
76return new NotFoundProjectItem("/", path); 93return new NotFoundProjectItem("/", path);
TestInfrastructure\VirtualRazorProjectFileSystem.cs (1)
28return _root.GetItem(path) ?? new NotFoundProjectItem(string.Empty, path);