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