12 references to GetListItemFactory
Microsoft.VisualStudio.LanguageServices (12)
Library\ObjectBrowser\AbstractObjectBrowserLibraryManager_ListItems.cs (12)
17=> GetListItemFactory().CollectMemberListItems(assemblySymbol, compilation, projectId, builder, searchString);
20=> GetListItemFactory().CollectNamespaceListItems(assemblySymbol, projectId, builder, searchString);
23=> GetListItemFactory().CollectTypeListItems(assemblySymbol, compilation, projectId, builder, searchString);
26=> GetListItemFactory().GetAssemblySet(solution, languageName, cancellationToken);
29=> GetListItemFactory().GetAssemblySet(project, lookInReferences, cancellationToken);
32=> GetListItemFactory().GetBaseTypeListItems(parentListItem, compilation);
35=> GetListItemFactory().GetFolderListItems(parentListItem, compilation);
38=> GetListItemFactory().GetMemberListItems(parentListItem, compilation);
41=> GetListItemFactory().GetNamespaceListItems(parentListItem, compilation);
44=> GetListItemFactory().GetProjectListItems(solution, languageName, listFlags);
47=> GetListItemFactory().GetReferenceListItems(parentListItem, compilation);
50=> GetListItemFactory().GetTypeListItems(parentListItem, compilation);