1 instantiation of SolutionExplorerSearchDisplayItem
Microsoft.VisualStudio.LanguageServices.Implementation (1)
SolutionExplorer\Search\RoslynSolutionExplorerSearchProvider.cs (1)
107=> new SolutionExplorerSearchDisplayItem(provider, result, name, imageMoniker);
5 references to SolutionExplorerSearchDisplayItem
Microsoft.VisualStudio.LanguageServices.Implementation (5)
SolutionExplorer\Search\SolutionExplorerSearchDisplayItem.cs (1)
31if (items.FirstOrDefault() is not SolutionExplorerSearchDisplayItem displayItem)
SolutionExplorer\Search\SolutionExplorerSearchDisplayItemSourceProvider.cs (4)
19/// providers the "contained by" relation, mapping <see cref="SolutionExplorerSearchDisplayItem"/> to 31: AttachedCollectionSourceProvider<SolutionExplorerSearchDisplayItem> 34SolutionExplorerSearchDisplayItem item, string relationshipName) 53SolutionExplorerSearchDisplayItem item, IVsHierarchyItem hierarchyItem) : IAttachedCollectionSource