3 references to CreateListItemsFromSymbols
Microsoft.VisualStudio.LanguageServices (3)
Library\ObjectBrowser\AbstractListItemFactory.cs (3)
226return CreateListItemsFromSymbols(symbolBuilder.ToImmutable(), compilation, projectId, CreateSimpleTypeListItem); 697? CreateListItemsFromSymbols(types, compilation, projectId, CreateFullyQualifiedTypeListItem) 698: CreateListItemsFromSymbols(types, compilation, projectId, CreateSimpleTypeListItem);