15 references to GetResultFile
VBCSCompiler.UnitTests (15)
CompilerServerTests.cs (15)
277using (var resultFile = GetResultFile(path, "hello.exe")) 752using (var tmpFile = GetResultFile(rootDirectory, "lib.dll")) 758using (var hello1_file = GetResultFile(rootDirectory, "hello1.exe")) 777using (var hello2_file = GetResultFile(rootDirectory, "hello2.exe")) 815using (var hello3_file = GetResultFile(rootDirectory, "hello3.exe")) 856using (var tmpFile = GetResultFile(rootDirectory, "lib.dll")) 873using (var hello1_file = GetResultFile(rootDirectory, "hello1.exe")) 891using (var hello2_file = GetResultFile(rootDirectory, "hello2.exe")) 929using (var hello3_file = GetResultFile(rootDirectory, "hello3.exe")) 1012var exeFile = GetResultFile(compilationDir, exeFileName); 1069Temp.AddFile(GetResultFile(libDirectory, "lib.dll")); 1086var resultFile = Temp.AddFile(GetResultFile(_tempDirectory, "hello1.exe")); 1120Temp.AddFile(GetResultFile(libDirectory, "lib.dll")); 1138var resultFile = Temp.AddFile(GetResultFile(_tempDirectory, "hello1.exe")); 1271Temp.AddFile(GetResultFile(_tempDirectory, "ref_mscorlib2.dll"));