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