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