2 writes to IsInProgress
Microsoft.CodeAnalysis.EditorFeatures.Wpf (2)
InlineRename\UI\SmartRename\SmartRenameViewModel.cs (2)
206this.IsInProgress = true; 258this.IsInProgress = false;
4 references to IsInProgress
Microsoft.CodeAnalysis.EditorFeatures.Wpf (4)
InlineRename\UI\SmartRename\SmartRenameViewModel.cs (4)
54/// Backing field for <see cref="IsInProgress"/>. 85NotifyPropertyChanged(nameof(IsInProgress)); 185if (this.SuggestedNames.Count > 0 || _isDisposed || this.IsInProgress) 205RoslynDebug.Assert(!this.IsInProgress);