3 writes to registration
System.ServiceModel (3)
System\ServiceModel\Channels\OverlappedContext.cs (3)
210this.registration = ThreadPool.UnsafeRegisterWaitForSingleObject(this.completionEvent, OverlappedContext.eventCallback, this, Timeout.Infinite, true); 221this.registration = null; 416pThis.registration = null;
2 references to registration
System.ServiceModel (2)
System\ServiceModel\Channels\OverlappedContext.cs (2)
218if (this.registration != null) 220this.registration.Unregister(null);