2 references to AnalyzerItemSource
Microsoft.VisualStudio.LanguageServices.Implementation (1)
SolutionExplorer\AnalyzerItem\AnalyzerItemSourceProvider.cs (1)
35return new AnalyzerItemSource(analyzersFolder, _commandHandler);
Microsoft.VisualStudio.LanguageServices.UnitTests (1)
SolutionExplorer\AnalyzerItemsSourceTests.vb (1)
27Dim analyzerItemsSource = New AnalyzerItemSource(analyzerFolder, New FakeAnalyzersCommandHandler)