19234507ba
Former-commit-id: 3494343bcc9ddb42b36b82dd9ae7b69e85e0229f
7 lines
148 B
C#
7 lines
148 B
C#
namespace System.Threading
|
|
{
|
|
partial class ThreadPool
|
|
{
|
|
internal static bool IsThreadPoolThread => Thread.CurrentThread.IsThreadPoolThread;
|
|
}
|
|
} |