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