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