1 write to Title
Microsoft.CodeAnalysis.Features (1)
PickMembers\IPickMembersService.cs (1)
25Title = title;
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)
190Title = option.Title; 206public string MemberAutomationText => Option.Title;