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