internal static object[] GetGloballyQueuedWorkItemsForDebugger() { return(ThreadPool.ToObjectArray(ThreadPool.GetGloballyQueuedWorkItems())); }