3 references to HasAnalyzersOrSourceGenerators
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\SourceGeneration\RemoteSourceGenerationService.cs (1)
178return ValueTask.FromResult(analyzerReference.HasAnalyzersOrSourceGenerators(project.Language));
Microsoft.VisualStudio.LanguageServices.Implementation (2)
SolutionExplorer\AnalyzerItem\AnalyzerItemSource.cs (2)
151return [.. project.AnalyzerReferences.Where(r => r is not AnalyzerFileReference || r.HasAnalyzersOrSourceGenerators(project.Language))]; 174else if (reference.HasAnalyzersOrSourceGenerators(project.Language))