2 writes to IsInProgress
Microsoft.CodeAnalysis.EditorFeatures (2)
InlineRename\UI\SmartRename\SmartRenameViewModel.cs (2)
200
this.
IsInProgress
= true;
249
this.
IsInProgress
= false;
3 references to IsInProgress
Microsoft.CodeAnalysis.EditorFeatures (3)
InlineRename\UI\SmartRename\SmartRenameViewModel.cs (3)
80
NotifyPropertyChanged(nameof(
IsInProgress
));
178
if (this.SuggestedNames.Count > 0 || _isDisposed || this.
IsInProgress
)
199
RoslynDebug.Assert(!this.
IsInProgress
);