3 writes to _callback
System.ServiceModel.Primitives (3)
Internals\System\Runtime\IOThreadScheduler.cs (3)
339
_callback
= callback;
353
_callback
= null;
391
_callback
= null;
3 references to _callback
System.ServiceModel.Primitives (3)
Internals\System\Runtime\IOThreadScheduler.cs (3)
335
Contract.Assert(
_callback
== null, "Slot already has a work item.");
388
callback =
_callback
;
422
Contract.Assert(
_callback
== null, "Finalized with leaked callback.");