Example #1
0
 internal static object[] GetQueuedWorkItemsForDebugger()
 {
     return(ThreadPool.ToObjectArray(ThreadPool.GetQueuedWorkItems()));
 }