1 write to _outNearInput
crossgen2 (1)
Program.cs (1)
49_outNearInput = Get(command.OutNearInput);
3 references to _outNearInput
crossgen2 (3)
Program.cs (3)
73if (_outputFilePath == null && !_outNearInput && _generatePortableCallHelpers is null) 76if (_singleFileCompilation && !_outNearInput) 376string outFile = _outNearInput ? nearOutFilePath : _outputFilePath;