2 references to WriteLine
dotnet (2)
Commands\Tool\Install\ProjectRestorer.cs (2)
47
.OnOutputLine(line =>
WriteLine
(_reporter, line, project))
48
.OnErrorLine(line =>
WriteLine
(_errorReporter, line, project));