2 writes to Errors
Microsoft.CodeAnalysis.CSharp (1)
CommandLine\CSharpCommandLineParser.cs (1)
1584
Errors
= diagnostics.AsImmutable(),
Microsoft.CodeAnalysis.VisualBasic (1)
CommandLine\VisualBasicCommandLineParser.vb (1)
1503
.
Errors
= diagnostics.AsImmutable(),
3 references to Errors
Microsoft.CodeAnalysis (1)
CommandLine\CommonCompiler.cs (1)
897
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));
Microsoft.CodeAnalysis.VisualBasic (1)
CommandLine\VisualBasicCompiler.vb (1)
31
Debug.Assert(Arguments.OutputFileName IsNot Nothing OrElse Arguments.
Errors
.Length > 0 OrElse parser.IsScriptCommandLineParser)