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