1 write to Error
dotnet-watch (1)
CommandLine\CommandLineOptions.cs (1)
100
Error
= output
6 references to Error
dotnet-sourcelink (4)
Program.cs (4)
163
_parseResult.InvocationConfiguration.
Error
.Write(message);
164
_parseResult.InvocationConfiguration.
Error
.Write(Environment.NewLine);
192
parseResult.InvocationConfiguration.
Error
.Write("Operation canceled.");
193
parseResult.InvocationConfiguration.
Error
.Write(Environment.NewLine);
System.CommandLine (2)
Invocation\InvocationPipeline.cs (1)
146
var error = parseResult.InvocationConfiguration.
Error
;
Invocation\ParseErrorAction.cs (1)
52
var stdErr = parseResult.InvocationConfiguration.
Error
;