6 references to TestFileInfo
RazorBuildWebSite (6)
UpdateableFileProvider.cs (6)
19new TestFileInfo(string.Empty) 23new TestFileInfo("Original content") 27new TestFileInfo("@page" + Environment.NewLine + "Original content") 45_content[subpath] = new TestFileInfo(content); 59fileInfo = new TestFileInfo(null); 112var file = new TestFileInfo("@page" + Environment.NewLine + "Original content")