3 references to GetNearOutputFilePath
crossgen2 (3)
Program.cs (3)
334
var tmpOutFile =
GetNearOutputFilePath
(inputFile.Value, temporary: true);
335
var outFile =
GetNearOutputFilePath
(inputFile.Value, temporary: false);
374
string nearOutFilePath =
GetNearOutputFilePath
(inFilePath, temporary: _singleFileCompilation && _inputBubble);