2 writes to IsInProgress
Microsoft.CodeAnalysis.EditorFeatures (2)
InlineRename\UI\SmartRename\SmartRenameViewModel.cs (2)
198
this.
IsInProgress
= true;
250
this.
IsInProgress
= false;
3 references to IsInProgress
Microsoft.CodeAnalysis.EditorFeatures (3)
InlineRename\UI\SmartRename\SmartRenameViewModel.cs (3)
79
NotifyPropertyChanged(nameof(
IsInProgress
));
177
if (this.SuggestedNames.Count > 0 || _isDisposed || this.
IsInProgress
)
197
RoslynDebug.Assert(!this.
IsInProgress
);