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)
21private readonly ThreadBehavior _thread;
System\ServiceModel\Dispatcher\ThreadBehavior.cs (5)
50if (ThreadBehavior.s_cleanThreadCallback == null) 52ThreadBehavior.s_cleanThreadCallback = new Action<object>(ThreadBehavior.CleanThreadCallback); 54return ThreadBehavior.s_cleanThreadCallback; 88ActionItem.Schedule(ThreadBehavior.CleanThreadCallbackDelegate, resume);