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