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