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