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