2 writes to _selectedDestination
Microsoft.VisualStudio.LanguageServices (2)
PullMemberUp\MainDialog\PullMemberUpDialogViewModel.cs (2)
54_selectedDestination = destinationTreeViewModel; 68if (SetProperty(ref _selectedDestination, value))
2 references to _selectedDestination
Microsoft.VisualStudio.LanguageServices (2)
PullMemberUp\MainDialog\PullMemberUpDialogViewModel.cs (2)
65get => _selectedDestination; 70MemberSelectionViewModel.UpdateMembersBasedOnDestinationKind(_selectedDestination.Symbol.TypeKind);