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