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