8 references to NavigationBarProjectItem
Microsoft.CodeAnalysis.EditorFeatures (8)
Extensibility\NavigationBar\INavigationBarPresenter.cs (2)
16ImmutableArray<NavigationBarProjectItem> projects, 17NavigationBarProjectItem? selectedProject,
Extensibility\NavigationBar\NavigationBarProjectItem.cs (3)
19indent: 0, bolded: false, grayed: false), IEquatable<NavigationBarProjectItem> 35=> Equals(obj as NavigationBarProjectItem); 37public bool Equals(NavigationBarProjectItem? item)
NavigationBar\NavigationBarController.cs (3)
239private (ImmutableArray<NavigationBarProjectItem> projectItems, NavigationBarProjectItem? selectedProjectItem) GetProjectItems() 298if (item is NavigationBarProjectItem projectItem)