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