2 writes to _destination
Microsoft.VisualStudio.LanguageServices (2)
CommonControls\NewTypeDestinationSelectionViewModel.cs (2)
54
_destination
= canAddDocument ? NewTypeDestination.NewFile : NewTypeDestination.CurrentFile;
102
if (SetProperty(ref
_destination
, value))
1 reference to _destination
Microsoft.VisualStudio.LanguageServices (1)
CommonControls\NewTypeDestinationSelectionViewModel.cs (1)
99
get { return
_destination
; }