1 write to cleanupCallback
System.ServiceModel (1)
System\ServiceModel\Channels\OverlappedContext.cs (1)
59OverlappedContext.cleanupCallback = Fx.ThunkCallback(new WaitOrTimerCallback(CleanupCallback));
4 references to cleanupCallback
System.ServiceModel (4)
System\ServiceModel\Channels\OverlappedContext.cs (4)
57if (OverlappedContext.cleanupCallback == null) 85Fx.Assert(OverlappedContext.cleanupCallback != null, "cleanupCallback null in Finalize."); 91ThreadPool.UnsafeRegisterWaitForSingleObject(this.rootedHolder.EventHolder, OverlappedContext.cleanupCallback, this, Timeout.Infinite, true); 289ThreadPool.UnsafeRegisterWaitForSingleObject(this.completionEvent, OverlappedContext.cleanupCallback, this, Timeout.Infinite, true);