3 references to UnsupportedAnalyzerInstance
Microsoft.CodeAnalysis (3)
DiagnosticAnalyzer\AnalysisResult.cs (1)
74throw new ArgumentException(CodeAnalysisResources.UnsupportedAnalyzerInstance, nameof(analyzer));
DiagnosticAnalyzer\CompilationWithAnalyzers.cs (2)
158throw new ArgumentException(CodeAnalysisResources.UnsupportedAnalyzerInstance, nameof(analyzer)); 176throw new ArgumentException(CodeAnalysisResources.UnsupportedAnalyzerInstance, nameof(_analyzers));