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