2 writes to _handle
System.Core (2)
System\IO\Pipes\IOCancellationHelper.cs (2)
41this._handle = handle; 60this._handle = null;
2 references to _handle
System.Core (2)
System\IO\Pipes\IOCancellationHelper.cs (2)
35Contract.Assert(this._handle == null && this._overlapped == null, "Cancellation is already allowed."); 84SafeHandle handle = this._handle;