1 write to Exe
Microsoft.ML.Sweeper (1)
ConfigRunner.cs (1)
82Exe = GetFullExePath(exe);
7 references to Exe
Microsoft.ML.Sweeper (7)
ConfigRunner.cs (7)
84if (!File.Exists(Exe) && !File.Exists(Exe + ".exe")) 85throw Host.ExceptUserArg(nameof(OptionsBase.Exe), "Executable {0} not found", Exe); 104if (Exe == null || Exe.EndsWith("maml", StringComparison.OrdinalIgnoreCase) || 105Exe.EndsWith("maml.exe", StringComparison.OrdinalIgnoreCase)) 207RunProcess(Exe, new string[] { arguments }, Environment.CurrentDirectory,