1 write to _isThreadPool
System.Private.CoreLib (1)
src\System\Threading\Thread.CoreCLR.cs (1)
258
_isThreadPool
= value;
2 references to _isThreadPool
System.Private.CoreLib (2)
src\System\Threading\Thread.CoreCLR.cs (2)
101
StartInternal(GetNativeHandle(), _startHelper?._maxStackSize ?? 0, _priority,
_isThreadPool
? Interop.BOOL.TRUE : Interop.BOOL.FALSE, pThreadName);
247
return
_isThreadPool
;