1 write to OutDir
Microsoft.Data.Analysis.Tests (1)
test\Microsoft.ML.TestFramework\BaseTestClass.cs (1)
57OutDir = Path.Combine(currentAssemblyLocation.Directory.FullName, "TestOutput");
5 references to OutDir
Microsoft.Data.Analysis.Tests (5)
test\Microsoft.ML.TestFramework\BaseTestClass.cs (5)
58Directory.CreateDirectory(OutDir); 120return TestCommon.GetOutputPath(OutDir, name); 125return TestCommon.GetOutputPath(OutDir, subDir, name); 130return TestCommon.DeleteOutputPath(OutDir, subDir, name); 135return TestCommon.DeleteOutputPath(OutDir, name);