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