1 write to _outputFilePath
crossgen2 (1)
Program.cs (1)
49
_outputFilePath
= Get(command.OutputFilePath);
2 references to _outputFilePath
crossgen2 (2)
Program.cs (2)
71
if (
_outputFilePath
== null && !_outNearInput)
342
string outFile = _outNearInput ? nearOutFilePath :
_outputFilePath
;