Base:
method
WriteLine
System.IO.TextWriter.WriteLine(System.String, params System.ReadOnlySpan<System.Object>)
2 references to WriteLine
Microsoft.Build.Tasks.Core (1)
CommunicationsUtilities.cs (1)
916
file.
WriteLine
("{0} (TID {1}) {2,15} +{3,10}ms: {4}", Thread.CurrentThread.Name, Thread.CurrentThread.ManagedThreadId, now, millisecondsSinceLastLog, message);
MSBuild (1)
CommunicationsUtilities.cs (1)
916
file.
WriteLine
("{0} (TID {1}) {2,15} +{3,10}ms: {4}", Thread.CurrentThread.Name, Thread.CurrentThread.ManagedThreadId, now, millisecondsSinceLastLog, message);