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