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