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