Base:
method
WriteLine
System.IO.TextWriter.WriteLine(System.String, System.Object)
1 override of WriteLine
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\IO\StreamWriter.cs (1)
1073public override void WriteLine([StringSyntax(StringSyntaxAttribute.CompositeFormat)] string format, object? arg0) { }
6 references to WriteLine
Microsoft.Build.Tasks.Core (1)
DebugUtils.cs (1)
142writer.WriteLine("UNHANDLED EXCEPTIONS FROM PROCESS {0}:", pid);
Microsoft.ML.TestFramework (2)
BaseTestPredictorsMaml.cs (1)
273writer.WriteLine("Loaded predictor test results differ! Compare baseline with {0}", consOutPath2.Path);
DataPipe\TestDataPipeBase.cs (1)
227writer.WriteLine("Cursored through {0} rows", count);
MSBuild (3)
DebugUtils.cs (1)
142writer.WriteLine("UNHANDLED EXCEPTIONS FROM PROCESS {0}:", pid);
OutOfProcTaskHostNode.cs (2)
976debugWriter?.WriteLine("Node shutting down with reason {0}.", _shutdownReason); 992debugWriter?.WriteLine("Failed to restore the original environment: {0}.", ex);