2 references to IsFeaturesAnalyzer
Microsoft.CodeAnalysis.Features (1)
Diagnostics\Service\DiagnosticAnalyzerService.HostAnalyzerInfo.cs (1)
188if (analyzerReference.IsFeaturesAnalyzer())
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\DiagnosticAnalyzer\DiagnosticComputer.cs (1)
428return project.State.HasSdkCodeStyleAnalyzers && reference.IsFeaturesAnalyzer();