1 instantiation of ThreadBehavior
System.ServiceModel (1)
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (1)
92this.thread = new ThreadBehavior(dispatch);
10 references to ThreadBehavior
System.ServiceModel (10)
System\ServiceModel\Channels\PeerFlooder.cs (1)
142SynchronizationContext syncContext = ThreadBehavior.GetCurrentSynchronizationContext();
System\ServiceModel\Channels\PeerNodeImplementation.cs (1)
237messagePropagationFilterContext = ThreadBehavior.GetCurrentSynchronizationContext();
System\ServiceModel\Dispatcher\DispatchRuntime.cs (1)
100this.synchronizationContext = ThreadBehavior.GetCurrentSynchronizationContext();
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (1)
41readonly ThreadBehavior thread;
System\ServiceModel\Dispatcher\ThreadBehavior.cs (5)
52if (ThreadBehavior.cleanThreadCallback == null) 54ThreadBehavior.cleanThreadCallback = new Action<object>(ThreadBehavior.CleanThreadCallback); 56return ThreadBehavior.cleanThreadCallback; 90ActionItem.Schedule(ThreadBehavior.CleanThreadCallbackDelegate, resume);
System\ServiceModel\PeerNode.cs (1)
75synchronizationContext = ThreadBehavior.GetCurrentSynchronizationContext();