3 references to RawSuffix
Microsoft.ML.TestFramework (3)
BaseTestBaseline.cs (2)
335
string rawPath = path +
RawSuffix
;
433
File.Delete(outPath +
RawSuffix
);
TestCommandBase.cs (1)
353
File.Delete(testOutPath +
RawSuffix
);