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