1 write to threadAffinityEndCallback
System.ServiceModel (1)
System\ServiceModel\Dispatcher\ThreadBehavior.cs (1)
42
this.
threadAffinityEndCallback
= new SendOrPostCallback(this.SynchronizationContextEndCallback);
2 references to threadAffinityEndCallback
System.ServiceModel (2)
System\ServiceModel\Dispatcher\ThreadBehavior.cs (2)
40
if (this.
threadAffinityEndCallback
== null)
44
return this.
threadAffinityEndCallback
;