1 write to _isDisposed
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
InlineRename\UI\SmartRename\SmartRenameViewModel.cs (1)
330
_isDisposed
= true;
2 references to _isDisposed
Microsoft.CodeAnalysis.EditorFeatures.Wpf (2)
InlineRename\UI\SmartRename\SmartRenameViewModel.cs (2)
185
if (this.SuggestedNames.Count > 0 ||
_isDisposed
|| this.IsInProgress)
217
if (cancellationToken.IsCancellationRequested ||
_isDisposed
)