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