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