15 references to GetResultFile
VBCSCompiler.UnitTests (15)
CompilerServerTests.cs (15)
244using (var resultFile = GetResultFile(path, "hello.exe"))
719using (var tmpFile = GetResultFile(rootDirectory, "lib.dll"))
725using (var hello1_file = GetResultFile(rootDirectory, "hello1.exe"))
744using (var hello2_file = GetResultFile(rootDirectory, "hello2.exe"))
782using (var hello3_file = GetResultFile(rootDirectory, "hello3.exe"))
823using (var tmpFile = GetResultFile(rootDirectory, "lib.dll"))
840using (var hello1_file = GetResultFile(rootDirectory, "hello1.exe"))
858using (var hello2_file = GetResultFile(rootDirectory, "hello2.exe"))
896using (var hello3_file = GetResultFile(rootDirectory, "hello3.exe"))
979var exeFile = GetResultFile(compilationDir, exeFileName);
1036Temp.AddFile(GetResultFile(libDirectory, "lib.dll"));
1053var resultFile = Temp.AddFile(GetResultFile(_tempDirectory, "hello1.exe"));
1087Temp.AddFile(GetResultFile(libDirectory, "lib.dll"));
1105var resultFile = Temp.AddFile(GetResultFile(_tempDirectory, "hello1.exe"));
1238Temp.AddFile(GetResultFile(_tempDirectory, "ref_mscorlib2.dll"));