1 write to _test
Microsoft.ML.Core (1)
Environment\ConsoleEnvironment.cs (1)
48
_test
= testWriter;
5 references to _test
Microsoft.ML.Core (5)
Environment\ConsoleEnvironment.cs (5)
93
if (
_test
!= null)
94
WriteHeader(
_test
, commChannel);
99
_test
?.Write("Warning: ");
102
if (
_test
!= null)
103
_parent.PrintMessageNormalized(
_test
, msg.Message, true);