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)
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 (6)
27
using LastPresentedInfo = (ImmutableArray<
NavigationBarProjectItem
> projectItems,
NavigationBarProjectItem
? selectedProjectItem, NavigationBarModel? model, NavigationBarSelectedTypeAndMember selectedInfo);
239
private (ImmutableArray<
NavigationBarProjectItem
> projectItems,
NavigationBarProjectItem
? selectedProjectItem) GetProjectItems()
258
var
selectedProjectItem = document != null
298
if (item is
NavigationBarProjectItem
projectItem)
Microsoft.VisualStudio.LanguageServices (4)
NavigationBar\NavigationBarClient.cs (4)
37
private IList<
NavigationBarProjectItem
> _projectItems;
275
if (item is
NavigationBarProjectItem
projectItem)
300
ImmutableArray<
NavigationBarProjectItem
> projects,
301
NavigationBarProjectItem
? selectedProject,