1 instantiation of ProjectListItem
Microsoft.VisualStudio.LanguageServices (1)
Library\ObjectBrowser\AbstractListItemFactory.cs (1)
610projectListItemBuilder.Add(new ProjectListItem(project));
10 references to ProjectListItem
Microsoft.VisualStudio.LanguageServices (10)
Library\ObjectBrowser\AbstractDescriptionBuilder.cs (2)
126private void BuildProject(ProjectListItem projectListItem) 459case ProjectListItem projectListItem:
Library\ObjectBrowser\AbstractListItemFactory.cs (5)
249ProjectListItem); 257if (parentListItem is ProjectListItem) 441Debug.Assert(parentListItem is ProjectListItem or 641Debug.Assert(parentListItem is ProjectListItem); 722ProjectListItem or
Library\ObjectBrowser\ObjectList.cs (3)
556if (listItem is ProjectListItem projectListItem) 715if (listItem is ProjectListItem) 891if (listItem is ProjectListItem projectListItem)