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