internal void ThrowIfDisposed() { if (this.m_disposed) { CancellationTokenSource.ThrowObjectDisposedException(); } }