1 write to Errors
Microsoft.CodeAnalysis.CSharp (1)
CommandLine\CSharpCommandLineParser.cs (1)
1584
Errors
= diagnostics.AsImmutable(),
2 references to Errors
Microsoft.CodeAnalysis (1)
CommandLine\CommonCompiler.cs (1)
905
if (ReportDiagnostics(Arguments.
Errors
, consoleOutput, errorLogger, compilation: null))
Microsoft.CodeAnalysis.Scripting (1)
Hosting\CommandLine\CommandLineRunner.cs (1)
130
var errors = Compiler.Arguments.
Errors
.Concat(diagnosticsInfos.Select(Diagnostic.Create));