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