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