1 write to Result
crossgen2 (1)
Crossgen2RootCommand.cs (1)
246Result = result;
2 references to Result
crossgen2 (2)
Program.cs (2)
123Dictionary<string, string> inputFilePathsArg = _command.Result.GetValue(_command.InputFilePaths); 1007private T Get<T>(Option<T> option) => _command.Result.GetValue(option);