1 write to _threadAffinityStartCallback
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ThreadBehavior.cs (1)
30
_threadAffinityStartCallback
= new SendOrPostCallback(this.SynchronizationContextStartCallback);
2 references to _threadAffinityStartCallback
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ThreadBehavior.cs (2)
28
if (
_threadAffinityStartCallback
== null)
32
return
_threadAffinityStartCallback
;