2 references to SupportedDiagnosticsHasNullDescriptor
Microsoft.CodeAnalysis (1)
DiagnosticAnalyzer\AnalyzerManager.AnalyzerExecutionContext.cs (1)
307
throw new ArgumentException(string.Format(CodeAnalysisResources.
SupportedDiagnosticsHasNullDescriptor
, analyzer.ToString()), nameof(DiagnosticAnalyzer.SupportedDiagnostics));
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (1)
Diagnostics\DiagnosticAnalyzerTests.cs (1)
953
string message = new ArgumentException(string.Format(CodeAnalysisResources.
SupportedDiagnosticsHasNullDescriptor
, analyzerFullName), "SupportedDiagnostics").Message;