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)
19
indent: 0, bolded: false, grayed: false), IEquatable<
NavigationBarProjectItem
>
35
=> Equals(obj as
NavigationBarProjectItem
);
37
public bool Equals(
NavigationBarProjectItem
? item)
NavigationBar\NavigationBarController.cs (3)
239
private (ImmutableArray<
NavigationBarProjectItem
> projectItems,
NavigationBarProjectItem
? selectedProjectItem) GetProjectItems()
298
if (item is
NavigationBarProjectItem
projectItem)