6 instantiations of 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")
6 references to TestFileInfo
RazorBuildWebSite (6)
UpdateableFileProvider.cs (6)
15private readonly Dictionary<string, TestFileInfo> _content = new Dictionary<string, TestFileInfo>() 43var old = _content[subpath]; 57if (!_content.TryGetValue(subpath, out var fileInfo)) 72if (_content.TryGetValue(filter, out var fileInfo)) 112var file = new TestFileInfo("@page" + Environment.NewLine + "Original content")