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