1 write to threadAffinityStartCallback
System.ServiceModel (1)
System\ServiceModel\Dispatcher\ThreadBehavior.cs (1)
31
this.
threadAffinityStartCallback
= new SendOrPostCallback(this.SynchronizationContextStartCallback);
2 references to threadAffinityStartCallback
System.ServiceModel (2)
System\ServiceModel\Dispatcher\ThreadBehavior.cs (2)
29
if (this.
threadAffinityStartCallback
== null)
33
return this.
threadAffinityStartCallback
;