1 instantiation of ProjectListItem
Microsoft.VisualStudio.LanguageServices (1)
Library\ObjectBrowser\AbstractListItemFactory.cs (1)
612projectListItemBuilder.Add(new ProjectListItem(project));
10 references to ProjectListItem
Microsoft.VisualStudio.LanguageServices (10)
Library\ObjectBrowser\AbstractDescriptionBuilder.cs (2)
126private void BuildProject(ProjectListItem projectListItem) 462case ProjectListItem projectListItem:
Library\ObjectBrowser\AbstractListItemFactory.cs (5)
248ProjectListItem); 256if (parentListItem is ProjectListItem) 440Debug.Assert(parentListItem is ProjectListItem or 643Debug.Assert(parentListItem is ProjectListItem); 724ProjectListItem or
Library\ObjectBrowser\ObjectList.cs (3)
551if (listItem is ProjectListItem projectListItem) 715if (listItem is ProjectListItem) 891if (listItem is ProjectListItem projectListItem)