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