Implemented interface member:
method
WriteLine
Microsoft.DotNet.Cli.Utils.IReporter.WriteLine(System.String)
1 reference to WriteLine
dotnet (1)
Commands\Workload\Install\NullReporter.cs (1)
14public void WriteLine(string format, params object?[] args) => WriteLine(string.Format(format, args));