3 references to TestableFile
Microsoft.CodeAnalysis.Rebuild.UnitTests (1)
RebuildCommandLineTests.cs (1)
43
FilePathToStreamMap.Add(Path.Combine(BuildPaths.SdkDirectory!, filePath), new
TestableFile
(imageBytes));
Microsoft.CodeAnalysis.Test.Utilities (2)
TestableCompiler.cs (2)
85
var file = new
TestableFile
(imageBytes);
217
fileSystem.Map[Path.Combine(sdkPath, referenceInfo.FileName)] = new
TestableFile
(referenceInfo.ImageBytes);