6 references to ArgumentCannotBeEmpty
Microsoft.CodeAnalysis (6)
DiagnosticAnalyzer\CompilationWithAnalyzers.cs (2)
137
throw new ArgumentException(CodeAnalysisResources.
ArgumentCannotBeEmpty
, nameof(analyzers));
166
throw new ArgumentException(CodeAnalysisResources.
ArgumentCannotBeEmpty
, nameof(analyzer));
DiagnosticAnalyzer\DiagnosticAnalysisContextHelpers.cs (3)
126
throw new ArgumentException(CodeAnalysisResources.
ArgumentCannotBeEmpty
, nameof(symbolKinds));
140
throw new ArgumentException(CodeAnalysisResources.
ArgumentCannotBeEmpty
, nameof(syntaxKinds));
153
throw new ArgumentException(CodeAnalysisResources.
ArgumentCannotBeEmpty
, nameof(operationKinds));
EmbeddedText.cs (1)
204
throw new ArgumentException(CodeAnalysisResources.
ArgumentCannotBeEmpty
, nameof(filePath));