12 references to GetListItemFactory
Microsoft.VisualStudio.LanguageServices (12)
Library\ObjectBrowser\AbstractObjectBrowserLibraryManager_ListItems.cs (12)
18=> GetListItemFactory().CollectMemberListItems(assemblySymbol, compilation, projectId, builder, searchString); 21=> GetListItemFactory().CollectNamespaceListItems(assemblySymbol, projectId, builder, searchString); 24=> GetListItemFactory().CollectTypeListItems(assemblySymbol, compilation, projectId, builder, searchString); 27=> GetListItemFactory().GetAssemblySetAsync(solution, languageName, cancellationToken); 30=> GetListItemFactory().GetAssemblySetAsync(project, lookInReferences, cancellationToken); 33=> GetListItemFactory().GetBaseTypeListItems(parentListItem, compilation); 36=> GetListItemFactory().GetFolderListItems(parentListItem, compilation); 39=> GetListItemFactory().GetMemberListItems(parentListItem, compilation); 42=> GetListItemFactory().GetNamespaceListItems(parentListItem, compilation); 45=> GetListItemFactory().GetProjectListItems(solution, languageName, listFlags); 48=> GetListItemFactory().GetReferenceListItems(parentListItem, compilation); 51=> GetListItemFactory().GetTypeListItems(parentListItem, compilation);