6 references to AnalyzerExceptionDiagnosticId
Microsoft.CodeAnalysis (3)
DiagnosticAnalyzer\AnalyzerExecutor.cs (3)
1407
var descriptor = GetAnalyzerExceptionDiagnosticDescriptor(
AnalyzerExceptionDiagnosticId
, title, messageFormat);
1464
id ??=
AnalyzerExceptionDiagnosticId
;
1480
if (diagnostic.Id ==
AnalyzerExceptionDiagnosticId
|| diagnostic.Id == AnalyzerDriverExceptionDiagnosticId)
Microsoft.CodeAnalysis.CSharp.CommandLine.UnitTests (3)
CommandLineTests.cs (3)
9588
Assert.Contains(AnalyzerExecutor.
AnalyzerExceptionDiagnosticId
, output, StringComparison.Ordinal);
9602
var csc = CreateCSharpCompiler(null, WorkingDirectory, new[] { "/t:library", $"/warnaserror:{AnalyzerExecutor.
AnalyzerExceptionDiagnosticId
}", srcFile.Path },
9610
Assert.Contains(AnalyzerExecutor.
AnalyzerExceptionDiagnosticId
, output, StringComparison.Ordinal);