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