223 references to Error
aspire (6)
Commands\RenderCommand.cs (1)
402builder.AddProvider(new SpectreConsoleLoggerProvider(Console.Error, logBufferContext));
Diagnostics\StartupErrorWriter.cs (1)
43Out = new AnsiConsoleOutput(Console.Error)
Program.cs (3)
267builder.AddProvider(new SpectreConsoleLoggerProvider(Console.Error, logBufferContext)); 424BuildAnsiConsole(s, Console.Error))); 1024Console.Error.WriteLine($"Failed to acquire Aspire bundle lease: {ex.Message}");
Utils\AspireAnsiConsoleOutput.cs (1)
103return writer == Console.Error;
aspire-managed (22)
NuGet\Commands\ManifestCommand.cs (2)
118Console.Error.WriteLine($"Error: {ex.Message}"); 121Console.Error.WriteLine(ex.StackTrace);
NuGet\Commands\RestoreCommand.cs (5)
117Console.Error.WriteLine($"Error: Package argument '{pkgArg}' must be in format 'PackageId,Version'"); 206Console.Error.WriteLine("Error: Restore returned no results"); 214Console.Error.WriteLine($"Error: Restore failed: {errors}"); 225Console.Error.WriteLine($"Error: {ex.Message}"); 228Console.Error.WriteLine(ex.ToString());
NuGet\Commands\SearchCommand.cs (8)
127Console.Error.WriteLine(string.Format(CultureInfo.InvariantCulture, "Searching {0} source(s) for '{1}'", packageSources.Count, query)); 138Console.Error.WriteLine($"Searching {source.Name} ({source.Source})..."); 145Console.Error.WriteLine($"Warning: Failed to search {source.Name}: {ex.Message}"); 169Console.Error.WriteLine($"Error: {ex.Message}"); 172Console.Error.WriteLine(ex.StackTrace); 202Console.Error.WriteLine($"Using explicit source: {source}"); 217Console.Error.WriteLine($"Using source from config: {source.Name} ({source.Source})"); 228Console.Error.WriteLine("Note: No package sources configured, using nuget.org as fallback.");
NuGet\NuGetLogger.cs (1)
30Console.Error.WriteLine($"{prefix}{data}");
NuGet\TrustedRootsHelper.cs (4)
66Console.Error.WriteLine($"WARNING: Failed to initialize NuGet trust store from embedded certificates: {ex}"); 80Console.Error.WriteLine("WARNING: Could not find IX509ChainFactory or IX509Chain types in NuGet.Packaging."); 108Console.Error.WriteLine($"WARNING: No certificates loaded from embedded resource: {resourceName}"); 123Console.Error.WriteLine($"WARNING: Could not find {setterMethodName} on X509TrustStore.");
Program.cs (2)
17Console.Error.WriteLine($"Failed to acquire Aspire bundle lease: {ex.Message}"); 99Console.Error.WriteLine($"Usage: {AppDomain.CurrentDomain.FriendlyName} <dashboard|server|nuget|terminalhost> [args...]");
Aspire.Cli.Tests (3)
CliSmokeTests.cs (3)
40var oldErrorOutput = Console.Error; 76var oldErrorOutput = Console.Error; 134var oldError = Console.Error;
Aspire.Dashboard (6)
DashboardWebApplication.cs (6)
1015Console.Error.WriteLine($"Error: {ex.Message}"); 1024Console.Error.WriteLine($"Error: {ex.Message}"); 1025Console.Error.WriteLine(ex.ToString()); 1056Console.Error.WriteLine($"Error: {ex.Message}"); 1065Console.Error.WriteLine($"Error: {ex.Message}"); 1066Console.Error.WriteLine(ex.ToString());
Aspire.Hosting (1)
Dcp\DcpHost.cs (1)
324OnErrorData = Console.Error.Write,
Aspire.TerminalHost (3)
TerminalHostApp.cs (3)
261await Console.Error.WriteLineAsync($"[Aspire.TerminalHost] {ex.Message}") 286await Console.Error.WriteLineAsync( 489Console.Error.WriteLine($"[Aspire.TerminalHost.otel-diag] {eventData.EventSource.Name}/{eventData.EventName} level={eventData.Level} {payload}");
cdac-build-tool (7)
ComposeCommand.cs (7)
33Console.Error.WriteLine("No input files specified"); 39Console.Error.WriteLine("No output file specified"); 45Console.Error.WriteLine("No baseline path specified"); 51Console.Error.WriteLine($"Baseline path {baselinesDir} does not exist"); 57Console.Error.WriteLine("No template file specified"); 63Console.Error.WriteLine($"Template file {templateFilePath} does not exist"); 74Console.Error.WriteLine($"could not scrape payload in {input}");
CodeStyleConfigFileGenerator (1)
Program.cs (1)
33Console.Error.WriteLine($"Excepted {ExpectedArguments} arguments, found {args.Length}: {string.Join(';', args)}");
crossgen2 (2)
Crossgen2RootCommand.cs (2)
300Console.Error.WriteLine("Error: " + e.Message); 301Console.Error.WriteLine(e.ToString());
csi (1)
Csi.cs (1)
48Console.Error.WriteLine(ex.ToString());
DnnAnalyzer (1)
DnnAnalyzer.cs (1)
18Console.Error.WriteLine("Usage: dotnet DnnAnalyzer.dll <model_location>");
dotnet-aot (3)
NativeEntryPoint.cs (3)
90Console.Error.WriteLine(string.Format(CliStrings.SdkRootDirectoryDoesNotExist, sdkDirectory, SdkPaths.DataName)); 103Console.Error.WriteLine(CliStrings.SdkDirectoryCouldNotBeDetermined); 267Console.Error.WriteLine(string.Format(CliStrings.ManagedFallbackCouldNotBeLocated, dotnetDll, runtimeConfig));
dotnet-dev-certs (3)
src\aspnetcore\src\Shared\CommandLineUtils\CommandLine\AnsiConsole.cs (1)
32return new AnsiConsole(Console.Error, useConsoleColor);
src\aspnetcore\src\Shared\CommandLineUtils\CommandLine\CommandLineApplication.cs (1)
65public TextWriter Error { get; set; } = Console.Error;
src\aspnetcore\src\Tools\Shared\CommandLine\PhysicalConsole.cs (1)
26public TextWriter Error => Console.Error;
dotnet-format (1)
Logging\SimpleConsoleLogger.cs (1)
72Console.Error.WriteLine(message);
dotnet-getdocument (3)
src\aspnetcore\src\Shared\CommandLineUtils\CommandLine\AnsiConsole.cs (1)
32return new AnsiConsole(Console.Error, useConsoleColor);
src\aspnetcore\src\Shared\CommandLineUtils\CommandLine\CommandLineApplication.cs (1)
65public TextWriter Error { get; set; } = Console.Error;
src\aspnetcore\src\Tools\Shared\CommandLine\PhysicalConsole.cs (1)
26public TextWriter Error => Console.Error;
dotnet-Microsoft.XmlSerializer.Generator (5)
Sgen.cs (5)
180Console.Error.WriteLine(FormatMessage(parsableErrors, true, SR.Format(SR.Warning, err))); 188Console.Error.WriteLine(FormatMessage(parsableErrors, false, SR.Format(SR.ErrMissingRequiredArgument, SR.Format(SR.ErrAssembly, "assembly")))); 257Console.Error.WriteLine(FormatMessage(parsableerrors, false, SR.Format(SR.ErrorDetails, SR.Format(SR.ErrLoadType, typeName, assemblyName)))); 375Console.Error.WriteLine(FormatMessage(parsableerrors: false, warning: false, message: SR.GenerateSerializerNotFound)); 527Console.Error.WriteLine(FormatMessage(parsableerrors, false, e.Message));
dotnet-openapi (4)
Program.cs (1)
47Console.Error.WriteLine(error);
src\aspnetcore\src\Shared\CommandLineUtils\CommandLine\AnsiConsole.cs (1)
32return new AnsiConsole(Console.Error, useConsoleColor);
src\aspnetcore\src\Shared\CommandLineUtils\CommandLine\CommandLineApplication.cs (1)
65public TextWriter Error { get; set; } = Console.Error;
src\aspnetcore\src\Tools\Shared\CommandLine\PhysicalConsole.cs (1)
26public TextWriter Error => Console.Error;
dotnet-sql-cache (3)
src\aspnetcore\src\Shared\CommandLineUtils\CommandLine\AnsiConsole.cs (1)
32return new AnsiConsole(Console.Error, useConsoleColor);
src\aspnetcore\src\Shared\CommandLineUtils\CommandLine\CommandLineApplication.cs (1)
65public TextWriter Error { get; set; } = Console.Error;
src\aspnetcore\src\Tools\Shared\CommandLine\PhysicalConsole.cs (1)
26public TextWriter Error => Console.Error;
dotnet-svcutil.xmlserializer (6)
Microsoft\Tools\ServiceModel\SvcUtil\ToolConsole.cs (6)
83Console.Error.Write(SR.Format(SR.Warning)); 84Console.Error.WriteLine(message); 85Console.Error.WriteLine(); 90Console.Error.Write(prefix); 91Console.Error.WriteLine(errMsg); 92Console.Error.WriteLine();
dotnet-user-jwts (3)
src\aspnetcore\src\Shared\CommandLineUtils\CommandLine\AnsiConsole.cs (1)
32return new AnsiConsole(Console.Error, useConsoleColor);
src\aspnetcore\src\Shared\CommandLineUtils\CommandLine\CommandLineApplication.cs (1)
65public TextWriter Error { get; set; } = Console.Error;
src\aspnetcore\src\Tools\Shared\CommandLine\PhysicalConsole.cs (1)
26public TextWriter Error => Console.Error;
dotnet-user-secrets (3)
src\aspnetcore\src\Shared\CommandLineUtils\CommandLine\AnsiConsole.cs (1)
32return new AnsiConsole(Console.Error, useConsoleColor);
src\aspnetcore\src\Shared\CommandLineUtils\CommandLine\CommandLineApplication.cs (1)
65public TextWriter Error { get; set; } = Console.Error;
src\aspnetcore\src\Tools\Shared\CommandLine\PhysicalConsole.cs (1)
26public TextWriter Error => Console.Error;
dotnet-watch (2)
Program.cs (2)
67Console.Error.WriteLine("Unexpected error:"); 68Console.Error.WriteLine(ex.ToString());
GenerateDocumentationAndConfigFiles (16)
Program.cs (16)
277await Console.Error.WriteLineAsync($"'{path}' does not exist".AsMemory(), cancellationToken).ConfigureAwait(false); 384await Console.Error.WriteLineAsync("One or more auto-generated documentation files were either edited manually, or not updated. Please revert changes made to the following files (if manually edited) and run `dotnet msbuild /t:pack` at the root of the repo to automatically update them:".AsMemory(), cancellationToken).ConfigureAwait(false); 385fileNamesWithValidationFailures.ForEach(fileName => Console.Error.WriteLine($" {fileName}")); 821await Console.Error.WriteLineAsync($"Missing entry in {fileWithPath}".AsMemory(), cancellationToken).ConfigureAwait(false); 822await Console.Error.WriteLineAsync(line.AsMemory(), cancellationToken).ConfigureAwait(false); 877await Console.Error.WriteLineAsync($"'{assemblyPath}' does not exist".AsMemory(), cancellationToken).ConfigureAwait(false); 889await Console.Error.WriteLineAsync(ex.Message.AsMemory(), cancellationToken).ConfigureAwait(false); 915await Console.Error.WriteLineAsync($"Expected both '{shippedFile}' and '{unshippedFile}' to exist or not exist, but '{existingFile}' exists and '{nonExistingFile}' does not exist.".AsMemory(), cancellationToken).ConfigureAwait(false); 925await Console.Error.WriteLineAsync($"'{shippedFile}' exists but was not expected".AsMemory(), cancellationToken).ConfigureAwait(false); 954await Console.Error.WriteLineAsync(ex.Message.AsMemory(), cancellationToken).ConfigureAwait(false); 962await Console.Error.WriteLineAsync($"Could not find any 'AnalyzerReleases.Shipped.md' file".AsMemory(), cancellationToken).ConfigureAwait(false); 1368Console.Error.WriteLine($"'{fileWithPath}' does not match the expected contents."); 1369Console.Error.WriteLine("Expected contents:"); 1370Console.Error.WriteLine(fileContents); 1371Console.Error.WriteLine("Actual contents:"); 1372Console.Error.WriteLine(actual);
GetDocument.Insider (3)
src\aspnetcore\src\Shared\CommandLineUtils\CommandLine\AnsiConsole.cs (1)
32return new AnsiConsole(Console.Error, useConsoleColor);
src\aspnetcore\src\Shared\CommandLineUtils\CommandLine\CommandLineApplication.cs (1)
65public TextWriter Error { get; set; } = Console.Error;
src\aspnetcore\src\Tools\Shared\CommandLine\PhysicalConsole.cs (1)
26public TextWriter Error => Console.Error;
ilasm (7)
IlasmRootCommand.cs (1)
178Console.Error.WriteLine("Error: " + e.Message);
Program.cs (6)
44Console.Error.WriteLine("Error: No input file specified"); 53Console.Error.WriteLine($"Error: Input file not found: {file}"); 235Console.Error.WriteLine($"Error: {diagnostic.Location}: {diagnostic.Message}"); 246Console.Error.WriteLine("***** FAILURE *****"); 252Console.Error.WriteLine("***** FAILURE *****"); 276Console.Error.WriteLine($"Error: {ex.Message}");
ILAssembler (2)
gen\CILLexer.cs (1)
143 : this(input, Console.Out, Console.Error) { }
gen\CILParser.cs (1)
290 public CILParser(ITokenStream input) : this(input, Console.Out, Console.Error) { }
ilc (2)
ILCompilerRootCommand.cs (2)
332Console.Error.WriteLine("Error: " + e.Message); 333Console.Error.WriteLine(e.ToString());
ILCompiler.ReadyToRun (6)
parent\ILCompiler.Reflection.ReadyToRun\PEReaderExtensions.cs (6)
101Console.Error.WriteLine($"Found a zero RVA when reading name pointers for entry #{entryIndex}/{namePointerCount}"); 113Console.Error.WriteLine($"HasExportTable: {HasExportTable}"); 114Console.Error.WriteLine($"ExportTableHeaderLength: {ExportTableHeaderLength}"); 115Console.Error.WriteLine($"_namedExportRva: {_namedExportRva.Count} item(s)"); 119Console.Error.WriteLine($" '{kvp.Key}': {kvp.Value}"); 122Console.Error.WriteLine(" ... stopped dumping named exports because there are too many.");
illink (3)
Microsoft.AspNetCore.Components.WebAssembly (1)
Services\DefaultWebAssemblyJSRuntime.cs (1)
107Console.Error.WriteLine($"Error deserializing root component operations: {ex}");
Microsoft.AspNetCore.DataProtection.MicroBenchmarks (1)
src\aspnetcore\src\Shared\BenchmarkRunner\Program.cs (1)
62Console.Error.WriteLine("'{0}' failed, reason: '{1}'", o, message);
Microsoft.Build (5)
BackEnd\Client\MSBuildClient.cs (1)
748Console.Error.Write(consoleWrite.Text);
BackEnd\Node\OutOfProcServerNode.cs (1)
443var oldErr = Console.Error;
Logging\BinaryLogger\BinaryLogger.cs (1)
583Console.Error.WriteLine(message);
Logging\SimpleErrorLogger.cs (2)
73Console.Error.WriteLine(AnsiCodes.Colorize(message, color)); 77Console.Error.WriteLine(message);
Microsoft.Build.Framework (1)
DebugUtils.cs (1)
39Console.Error.WriteLine("MSBuild debug path initialization failed: " + ex);
Microsoft.CodeAnalysis.Scripting (1)
Hosting\CommandLine\ConsoleIO.cs (1)
15public static readonly ConsoleIO Default = new ConsoleIO(Console.Out, Console.Error, Console.In);
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (1)
Program.cs (1)
20var logger = new BuildHostLogger(Console.Error);
Microsoft.Diagnostics.DataContractReader.Legacy (2)
LegacyFallbackHelper.cs (2)
46Console.Error.WriteLine($"[cDAC] Allowed fallback: {name} at {Path.GetFileName(file)}:{line}"); 50Console.Error.WriteLine($"[cDAC] Blocked fallback: {name} at {Path.GetFileName(file)}:{line}");
Microsoft.DotNet.ApiSymbolExtensions (2)
Logging\ConsoleLog.cs (2)
20Console.Error.WriteLine(message); 27Console.Error.WriteLine($"{code}: {message}");
Microsoft.DotNet.Cli.Utils (4)
AnsiConsole.cs (1)
30return new AnsiConsole(Console.Error);
BuiltInCommand.cs (1)
131return Console.Error;
MSBuildForwardingAppWithoutLogging.cs (2)
221Console.Error.Write("Unhandled exception: "); 222Console.Error.WriteLine(exception.ToString());
Microsoft.DotNet.HotReload.Utils.Generator (2)
BaselineProject.cs (2)
92Console.Error.WriteLine ("msbuild project doesn't have an output path"); 96Console.Error.WriteLine ("msbuild project output assembly {0} doesn't exist. Build the project first", outputAsm);
Microsoft.DotNet.HotReload.Utils.Generator.Frontend (1)
Frontend.cs (1)
28Console.Error.WriteLine ($"Error: {exn.Message}");
Microsoft.DotNet.HotReload.Watch (1)
UI\PhysicalConsole.cs (1)
126public TextWriter Error => Console.Error;
Microsoft.DotNet.MacOsPkg.Cli (1)
Program.cs (1)
26Console.Error.WriteLine("This tool is only supported on macOS.");
Microsoft.DotNet.MacOsPkg.Core (3)
MacOsPkgCore.cs (3)
36Console.Error.WriteLine(e); 81Console.Error.WriteLine(e); 121Console.Error.WriteLine(e);
Microsoft.DotNet.VersionTools.Cli (1)
ConsoleLogger.cs (1)
19Console.Error.WriteLine(String.Format(message, values));
Microsoft.Extensions.DotNetDeltaApplier (1)
src\sdk\src\Dotnet.Watch\HotReloadAgent.Host\StartupHook.cs (1)
172Console.Error.WriteLine($"{prefix} {message}");
Microsoft.Extensions.Logging.Console (2)
AnsiLogConsole.cs (1)
17_textWriter = stdErr ? System.Console.Error : System.Console.Out;
AnsiParsingLogConsole.cs (1)
21_textWriter = stdErr ? System.Console.Error : System.Console.Out;
Microsoft.Extensions.ServiceDiscovery.Dns.Tests.Fuzzing (2)
Program.cs (2)
21Console.Error.WriteLine($""" 42Console.Error.WriteLine($"Unknown fuzzer: {arg}");
Microsoft.ML.Core (7)
CommandLine\CmdParser.cs (3)
223return ParseArguments(env, settings, destination, Console.Error.WriteLine); 287return ParseArguments(env, settings, destination, Console.Error.WriteLine, out helpText); 425_reporter = Console.Error.WriteLine;
ComponentModel\AssemblyLoadingUtils.cs (1)
57Console.Error.WriteLine("Warning: Could not load '{0}': {1}", path, ex.Message);
Environment\ConsoleEnvironment.cs (3)
51_colorErr = outWriter == Console.Error; 309if (isError && _err != _out && (_out != Console.Out || _err != Console.Error)) 374_consoleWriter = new ConsoleWriter(this, outWriter ?? Console.Out, errWriter ?? Console.Error, testWriter);
Microsoft.ML.Maml (3)
MAML.cs (3)
227Console.Error.WriteLine("Progress tracking terminated with an exception"); 228PrintExceptionData(Console.Error, ex, false); 229Console.Error.WriteLine("Progress tracking is terminated.");
Microsoft.ML.ResultProcessor (12)
ResultProcessor.cs (12)
161Console.Error.WriteLine("Can't load trainer '{0}'", predictorName); 384Console.Error.WriteLine("ResultProcessor was asked to process results from file {0} which does not exist.", filename); 391Console.Error.WriteLine("Empty file {0}", filename); 415Console.Error.WriteLine("Results file {0} does not contain the MAML executable command:", filename); 416Console.Error.WriteLine("\t{0}", commandline); 630Console.Error.WriteLine("Invalid file format."); 904Console.Error.WriteLine("ResultProcessor tried to extract fold starting at line {0}, couldn't find end-of-fold separator before end of file.", startLineIdx); 911Console.Error.WriteLine("ResultProcessor failed to parse fold starting at line {0} ending at line {1}.", startLineIdx, endLineIdx); 916Console.Error.WriteLine("Fold {0} results have already been added, not adding.", thisFoldResults.Key); 967Console.Error.WriteLine("Couldn't parse fold index line: " + lines[0]); 973Console.Error.WriteLine("Couldn't parse fold index line: " + lines[0]); 1024Console.Error.WriteLine(e.Message);
Microsoft.ML.StandardTrainers (3)
Optimizer\OptimizationMonitor.cs (3)
85Console.Error.Write(_checkingMessage); 86Console.Error.Flush(); 91Console.Error.Write('\b');
Microsoft.NET.HostModel (1)
Bundle\Trace.cs (1)
30Console.Error.WriteLine($"ERROR: {message}");
Microsoft.NET.Sdk.BlazorWebAssembly.Tool (2)
Program.cs (2)
60Console.Error.WriteLine($"Error compressing '{source}' into '{output}'"); 61Console.Error.WriteLine(ex.ToString());
Microsoft.NET.Sdk.StaticWebAssets.Tool (2)
Program.cs (2)
60Console.Error.WriteLine($"Error compressing '{source}' into '{output}'"); 61Console.Error.WriteLine(ex.ToString());
Microsoft.TestPlatform.CoreUtilities (1)
Output\ConsoleOutput.cs (1)
26_standardError = Console.Error;
MSBuild (4)
MSBuildClientApp.cs (1)
95Console.Error.WriteLine(ResourceUtilities.FormatResourceStringStripCodeAndKeyword("MSBuildServerUnavailable", reason.Message));
XMake.cs (3)
259Console.Error.WriteLine("MSBuild could not start: " + ex); 1414Console.Error.WriteLine(ResourceUtilities.FormatResourceStringStripCodeAndKeyword("BuildFailedWithPropertiesItemsOrTargetResultsRequested")); 2043Console.Error.WriteLine(message);
MSBuild.Coordinator (1)
Program.cs (1)
18Console.Error.WriteLine("Another MSBuild coordinator is already running.");
NuGet.Build.Tasks.Console (1)
Program.cs (1)
76if (!TryParseArguments(args, () => System.Console.OpenStandardInput(), System.Console.Error, out (Dictionary<string, string> Options, FileInfo MSBuildExeFilePath, string EntryProjectFilePath, Dictionary<string, string> MSBuildGlobalProperties) arguments))
NuGet.CommandLine.XPlat (2)
Commands\PackageReferenceCommands\ListPackage\ListPackageCommand.cs (1)
167IReportRenderer reportRenderer = GetOutputType(consoleOut ?? Console.Out, consoleError ?? Console.Error, parseResult.GetValue(outputFormat), outputVersionOption: parseResult.GetValue(outputVersion));
ListPackage\ListPackageConsoleRenderer.cs (1)
26: this(Console.Out, Console.Error)
rzc (3)
CommandLine\AnsiConsole.cs (1)
29return new AnsiConsole(Console.Error, useConsoleColor);
CommandLine\CommandLineApplication.cs (1)
59public TextWriter Error { get; set; } = Console.Error;
Program.cs (1)
54Console.Error.Write(error);
SelectTests (6)
Program.cs (4)
366Console.Error.WriteLine(line); 549Console.Error.Write(markdown); 563Console.Error.WriteLine($"[SelectTests] could not write diagnostics to GITHUB_STEP_SUMMARY: {writeEx.Message}"); 1264Console.Error.Write(markdown);
SelectionTrace.cs (2)
42Console.Error.WriteLine($"[SelectTests] stage: {stage}"); 52Console.Error.WriteLine($"[SelectTests] processing: {item}");
Stress.ApiService (1)
Program.cs (1)
66Console.Error.WriteLine($"{i} Error");
SuperFileCheck (8)
Program.cs (8)
498Console.Error.WriteLine("Expected C# file."); 508Console.Error.WriteLine($"Duplicate method name found: {methodName}"); 518Console.Error.WriteLine($"'{methodName}' is not marked with attribute 'MethodImpl(MethodImplOptions.NoInlining)'."); 529Console.Error.WriteLine("No methods were found. Check if any method bodies are using one or more of the following FileCheck prefixes:"); 532Console.Error.WriteLine($" {prefix}"); 543Console.Error.WriteLine($"{CommandLineInputFile} is required."); 742Console.Error.Write(x.Result.StandardError); 773Console.Error.Write(result.StandardError);
System.CommandLine (2)
InvocationConfiguration.cs (2)
45/// <value>The default is set to <see cref="Console.Error"/>.</value> 51get => _error ??= Console.Error;
System.Diagnostics.TextWriterTraceListener (1)
System\Diagnostics\ConsoleTraceListener.cs (1)
14: base(useErrorStream ? Console.Error : Console.Out)
TypeScriptApiCompat (1)
TypeScriptApiCompatRunner.cs (1)
45Console.Error.WriteLine(ex.Message);
VBCSCompiler (2)
src\roslyn\src\Compilers\Server\VBCSCompiler\BuildServerController.cs (2)
183Console.Error.WriteLine("Cannot determine cache path."); 200Console.Error.WriteLine("Cannot determine cache path.");