1 write to _testOutput
Microsoft.ML.TestFrameworkCommon (1)
TestLogger.cs (1)
21_testOutput = testOutput;
4 references to _testOutput
Microsoft.ML.TestFrameworkCommon (4)
TestLogger.cs (4)
27_testOutput.WriteLine($"{value}"); 34_testOutput.WriteLine(value); 42_testOutput.WriteLine(format, args); 50_testOutput.WriteLine(span.ToString());