Files
linux-packaging-mono/mcs/class/corlib/corert/ThreadPool.cs

7 lines
148 B
C#
Raw Normal View History

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