2 references to InvalidDiagnosticIdReported
Microsoft.CodeAnalysis (1)
DiagnosticAnalyzer\DiagnosticAnalysisContextHelpers.cs (1)
71
throw new ArgumentException(string.Format(CodeAnalysisResources.
InvalidDiagnosticIdReported
, diagnostic.Id), nameof(diagnostic));
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (1)
Diagnostics\DiagnosticAnalyzerTests.cs (1)
911
string message = new ArgumentException(string.Format(CodeAnalysisResources.
InvalidDiagnosticIdReported
, AnalyzerWithInvalidDiagnosticId.Descriptor.Id), "diagnostic").Message;