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