5 references to ArgumentCannotBeEmpty
Microsoft.CodeAnalysis (5)
DiagnosticAnalyzer\CompilationWithAnalyzers.cs (1)
161
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));