1 write to Result
ilc (1)
ILCompilerRootCommand.cs (1)
282
Result
= result;
2 references to Result
ilc (2)
Program.cs (2)
132
typeSystemContext.InputFilePaths = _command.
Result
.GetValue(_command.InputFilePaths);
823
private T Get<T>(Option<T> option) => _command.
Result
.GetValue(option);