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