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