2 references to DiagnosticIdCantBeNullOrWhitespace
Microsoft.CodeAnalysis (2)
Diagnostic\DiagnosticDescriptor.cs (1)
166
throw new ArgumentException(CodeAnalysisResources.
DiagnosticIdCantBeNullOrWhitespace
, nameof(id));
Diagnostic\SuppressionDescriptor.cs (1)
65
throw new ArgumentException(CodeAnalysisResources.
DiagnosticIdCantBeNullOrWhitespace
, nameof(suppressedDiagnosticId));