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