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