4 references to StartInfo
Microsoft.ML.CpuMath.UnitTests (2)
UnitTests.cs (2)
998options.StartInfo.Environment.Add(item.Key, item.Value); 1001options.StartInfo.WorkingDirectory = System.IO.Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location);
Microsoft.ML.TestFramework (2)
RemoteExecutor.cs (2)
100ProcessStartInfo psi = options.StartInfo; 193StartInfo.EnvironmentVariables.Add(item.Key, item.Value);