2 implementations of OnErrorLine
Microsoft.DotNet.Cli.Utils (2)
BuiltInCommand.cs (1)
100public ICommand OnErrorLine(Action<string> handler)
Command.cs (1)
180public ICommand OnErrorLine(Action<string> handler)
3 references to OnErrorLine
dotnet (1)
Commands\Tool\Install\ProjectRestorer.cs (1)
48.OnErrorLine(line => WriteLine(_errorReporter, line, project));
Microsoft.DotNet.Cli.Utils.Tests (1)
BuiltInCommandTests.cs (1)
70.OnErrorLine(line =>
Microsoft.NET.TestFramework (1)
Commands\TestCommand.cs (1)
160command.OnErrorLine(line =>