2 references to GetTypeListItems
Microsoft.VisualStudio.LanguageServices (2)
Library\ObjectBrowser\AbstractListItemFactory.cs (2)
749return GetTypeListItems(namespaceSymbol, compilation, parentListItem.ProjectId, searchString: null); 763var typeListItems = GetTypeListItems(namespaceSymbol, compilation, projectId, searchString, fullyQualified: true);