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