4 references to TestableFile
Microsoft.CodeAnalysis.Rebuild.UnitTests (3)
BasicDeterministicKeyBuilderTests.cs (1)
203
compiler.FileSystem = TestableFileSystem.CreateForFiles((filePath, new
TestableFile
("hello")));
CSharpDeterministicKeyBuilderTests.cs (1)
380
compiler.FileSystem = TestableFileSystem.CreateForFiles((filePath, new
TestableFile
("hello")));
RebuildCommandLineTests.cs (1)
38
FilePathToStreamMap.Add(Path.Combine(BuildPaths.WorkingDirectory, filePath), new
TestableFile
(content));
Microsoft.CodeAnalysis.Test.Utilities (1)
TestableCompiler.cs (1)
77
var file = new
TestableFile
(content);