7 lines
148 B
C#
Raw Normal View History

namespace System.Threading
{
partial class ThreadPool
{
internal static bool IsThreadPoolThread => Thread.CurrentThread.IsThreadPoolThread;
}
}