2 implementations of OnErrorLine
Microsoft.DotNet.Cli.Utils (2)
BuiltInCommand.cs (1)
98
public ICommand
OnErrorLine
(Action<string> handler)
Command.cs (1)
178
public ICommand
OnErrorLine
(Action<string> handler)
1 reference to OnErrorLine
dotnet (1)
Commands\Tool\Install\ProjectRestorer.cs (1)
48
.
OnErrorLine
(line => WriteLine(_errorReporter, line, project));