1 instantiation of ProjectListItem
Microsoft.VisualStudio.LanguageServices (1)
Library\ObjectBrowser\AbstractListItemFactory.cs (1)
617projectListItemBuilder.Add(new ProjectListItem(project));
10 references to ProjectListItem
Microsoft.VisualStudio.LanguageServices (10)
Library\ObjectBrowser\AbstractDescriptionBuilder.cs (2)
128private void BuildProject(ProjectListItem projectListItem) 465case ProjectListItem projectListItem:
Library\ObjectBrowser\AbstractListItemFactory.cs (5)
249ProjectListItem); 257if (parentListItem is ProjectListItem) 445Debug.Assert(parentListItem is ProjectListItem or 648Debug.Assert(parentListItem is ProjectListItem); 731ProjectListItem or
Library\ObjectBrowser\ObjectList.cs (3)
557if (listItem is ProjectListItem projectListItem) 721if (listItem is ProjectListItem) 897if (listItem is ProjectListItem projectListItem)