1 instantiation of NavigationBarProjectItem
Microsoft.CodeAnalysis.EditorFeatures (1)
NavigationBar\NavigationBarController.cs (1)
248.Select(d => new NavigationBarProjectItem(
15 references to NavigationBarProjectItem
Microsoft.CodeAnalysis.EditorFeatures (11)
Extensibility\NavigationBar\INavigationBarPresenter.cs (2)
16ImmutableArray<NavigationBarProjectItem> projects, 17NavigationBarProjectItem? selectedProject,
Extensibility\NavigationBar\NavigationBarProjectItem.cs (3)
17indent: 0, bolded: false, grayed: false), IEquatable<NavigationBarProjectItem> 33=> Equals(obj as NavigationBarProjectItem); 35public bool Equals(NavigationBarProjectItem? item)
NavigationBar\NavigationBarController.cs (6)
27using LastPresentedInfo = (ImmutableArray<NavigationBarProjectItem> projectItems, NavigationBarProjectItem? selectedProjectItem, NavigationBarModel? model, NavigationBarSelectedTypeAndMember selectedInfo); 239private (ImmutableArray<NavigationBarProjectItem> projectItems, NavigationBarProjectItem? selectedProjectItem) GetProjectItems() 258var selectedProjectItem = document != null 298if (item is NavigationBarProjectItem projectItem)
Microsoft.VisualStudio.LanguageServices (4)
NavigationBar\NavigationBarClient.cs (4)
37private IList<NavigationBarProjectItem> _projectItems; 275if (item is NavigationBarProjectItem projectItem) 300ImmutableArray<NavigationBarProjectItem> projects, 301NavigationBarProjectItem? selectedProject,