13 references to Add
Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation.Test (13)
ChecksumValidatorTest.cs (11)
100ProjectFileSystem.Add(new TestRazorProjectItem("/Views/Home/_ViewImports.cstml", "dkdkfkdf")); // This will be ignored 119ProjectFileSystem.Add(new TestRazorProjectItem("/Views/Home/Index.cstml", "other content")); 138ProjectFileSystem.Add(new TestRazorProjectItem("/Views/Home/Index.cstml", "some content")); 157ProjectFileSystem.Add(new TestRazorProjectItem("/Views/Home/Index.cstml", "some content")); 158ProjectFileSystem.Add(new TestRazorProjectItem("/Views/Home/_ViewImports.cstml", "some other import")); 178ProjectFileSystem.Add(new TestRazorProjectItem("/Views/Home/Index.cstml", "some content")); 179ProjectFileSystem.Add(new TestRazorProjectItem("/Views/Home/_ViewImports.cstml", "some import")); 180ProjectFileSystem.Add(new TestRazorProjectItem("/Views/_ViewImports.cstml", "some other import")); 200ProjectFileSystem.Add(new TestRazorProjectItem("/Views/Home/Index.cstml", "some content")); 201ProjectFileSystem.Add(new TestRazorProjectItem("/Views/Home/_ViewImports.cstml", "some import")); 202ProjectFileSystem.Add(new TestRazorProjectItem("/Views/_ViewImports.cstml", "some other import"));
CompilerFailedExceptionFactoryTest.cs (2)
337fileSystem.Add(projectItem); 343fileSystem.Add(imports);