1 instantiation of ThreadBehavior
System.ServiceModel.Primitives (1)
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (1)
50
_thread = new
ThreadBehavior
(dispatch);
7 references to ThreadBehavior
System.ServiceModel.Primitives (7)
System\ServiceModel\Dispatcher\DispatchRuntime.cs (1)
47
_synchronizationContext =
ThreadBehavior
.GetCurrentSynchronizationContext();
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (1)
21
private readonly
ThreadBehavior
_thread;
System\ServiceModel\Dispatcher\ThreadBehavior.cs (5)
50
if (
ThreadBehavior
.s_cleanThreadCallback == null)
52
ThreadBehavior
.s_cleanThreadCallback = new Action<object>(
ThreadBehavior
.CleanThreadCallback);
54
return
ThreadBehavior
.s_cleanThreadCallback;
88
ActionItem.Schedule(
ThreadBehavior
.CleanThreadCallbackDelegate, resume);