Base:
method
Write
System.IO.TextWriter.Write(System.String, System.Object)
6 references to Write
Microsoft.ML.Data (1)
Commands\ShowSchemaCommand.cs (1)
244itw.Write(": '{0}'", sb);
Microsoft.ML.Maml (2)
HelpCommand.cs (2)
289writer.Write("{0}", info.LoadNames[0]); 291writer.Write(": {0}", info.UserName);
Microsoft.ML.Tests (1)
ExpressionLanguageTests\ExpressionLanguageTests.cs (1)
277wrt.Write("*** Parsing {0} Failed *** ", vals[i]);
Microsoft.ML.Transforms (2)
Expression\Printer.cs (2)
259_wrt.Write("{0:R}", x); 267_wrt.Write("{0:R}", x);