3 references to Title
Microsoft.CodeAnalysis.ExternalAccess.OmniSharp (1)
PickMembers\IOmniSharpPickMembersService.cs (1)
28public string Title => PickMembersOptionInternal.Title;
Microsoft.VisualStudio.LanguageServices (2)
PickMembers\PickMembersDialogViewModel.cs (2)
184Title = option.Title; 199public string MemberAutomationText => Option.Title;