1 write to _cancellationToken
System.Core (1)
System\IO\Pipes\IOCancellationHelper.cs (1)
23this._cancellationToken = cancellationToken;
4 references to _cancellationToken
System.Core (4)
System\IO\Pipes\IOCancellationHelper.cs (4)
37if (!_cancellationToken.CanBeCanceled) { 43if (this._cancellationToken.IsCancellationRequested) { 47this._cancellationRegistration = this._cancellationToken.Register(Cancel); 66this._cancellationToken.ThrowIfCancellationRequested();