1 write to _outNearInput
crossgen2 (1)
Program.cs (1)
48
_outNearInput
= Get(command.OutNearInput);
3 references to _outNearInput
crossgen2 (3)
Program.cs (3)
71
if (_outputFilePath == null && !
_outNearInput
)
74
if (_singleFileCompilation && !
_outNearInput
)
342
string outFile =
_outNearInput
? nearOutFilePath : _outputFilePath;