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