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