Implemented interface member:
method
WriteLine
Microsoft.DotNet.Cli.Utils.IReporter.WriteLine(System.String)
1 reference to WriteLine
Microsoft.NET.TestFramework (1)
Utilities\BufferedReporter.cs (1)
58public void WriteLine(string format, params object?[] args) => WriteLine(string.Format(format, args));