1 write to BaseViewModel
Microsoft.CodeAnalysis.EditorFeatures (1)
InlineRename\UI\SmartRename\SmartRenameViewModel.cs (1)
159BaseViewModel = baseViewModel;
10 references to BaseViewModel
Microsoft.CodeAnalysis.EditorFeatures (10)
InlineRename\UI\SmartRename\SmartRenameViewModel.cs (10)
119BaseViewModel.IdentifierText = value ?? string.Empty; 160BaseViewModel.PropertyChanged += BaseViewModelPropertyChanged; 161BaseViewModel.IdentifierText = baseViewModel.IdentifierText; 220var document = this.BaseViewModel.Session.TriggerDocument; 225var renameLocations = await this.BaseViewModel.Session.AllRenameLocationsTask.JoinAsync(cancellationToken).ConfigureAwait(false); 227this.BaseViewModel.Session.RenameInfo, renameLocations, cancellationToken).ConfigureAwait(false); 267var textInputBackup = BaseViewModel.IdentifierText; 277BaseViewModel.IdentifierText = textInputBackup; 324BaseViewModel.PropertyChanged -= BaseViewModelPropertyChanged; 365if (e.PropertyName == nameof(BaseViewModel.IdentifierText))