1 instantiation of CallHierarchySearchCategoryEntry
Microsoft.VisualStudio.LanguageServices (1)
CallHierarchy\CallHierarchyProvider.cs (1)
183return new CallHierarchySearchCategoryEntry(descriptor, searchCategory, displayName);
6 references to CallHierarchySearchCategoryEntry
Microsoft.VisualStudio.LanguageServices (6)
CallHierarchy\CallHierarchyItem.cs (3)
33private readonly ImmutableArray<CallHierarchySearchCategoryEntry> _searchCategories; 44ImmutableArray<CallHierarchySearchCategoryEntry> searchCategories, 168var searchCategory = _searchCategories.FirstOrDefault(s => s.SearchCategory == categoryName);
CallHierarchy\CallHierarchyProvider.cs (3)
135private static async Task<ImmutableArray<CallHierarchySearchCategoryEntry>> CreateSearchCategoryEntriesAsync( 141var builder = ImmutableArray.CreateBuilder<CallHierarchySearchCategoryEntry>(descriptor.SupportedSearchDescriptors.Length); 150private static async Task<CallHierarchySearchCategoryEntry> CreateSearchCategoryEntryAsync(