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