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)
177
if (this.SuggestedNames.Count > 0 ||
_isDisposed
|| this.IsInProgress)
209
if (cancellationToken.IsCancellationRequested ||
_isDisposed
)