6 instantiations of TestFileInfo
RazorBuildWebSite (6)
UpdateableFileProvider.cs (6)
19
new
TestFileInfo
(string.Empty)
23
new
TestFileInfo
("Original content")
27
new
TestFileInfo
("@page" + Environment.NewLine + "Original content")
45
_content[subpath] = new
TestFileInfo
(content);
59
fileInfo = new
TestFileInfo
(null);
112
var file = new
TestFileInfo
("@page" + Environment.NewLine + "Original content")
6 references to TestFileInfo
RazorBuildWebSite (6)
UpdateableFileProvider.cs (6)
15
private readonly Dictionary<string,
TestFileInfo
> _content = new Dictionary<string,
TestFileInfo
>()
43
var
old = _content[subpath];
57
if (!_content.TryGetValue(subpath, out
var
fileInfo))
72
if (_content.TryGetValue(filter, out
var
fileInfo))
112
var
file = new TestFileInfo("@page" + Environment.NewLine + "Original content")