7 lines
148 B
C#
7 lines
148 B
C#
|
namespace System.Threading
|
||
|
{
|
||
|
partial class ThreadPool
|
||
|
{
|
||
|
internal static bool IsThreadPoolThread => Thread.CurrentThread.IsThreadPoolThread;
|
||
|
}
|
||
|
}
|