2 writes to _maxStackSize
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Threading\Thread.cs (2)
134
_startHelper = new StartHelper(start) {
_maxStackSize
= maxStackSize };
154
_startHelper = new StartHelper(start) {
_maxStackSize
= maxStackSize };
1 reference to _maxStackSize
System.Private.CoreLib (1)
src\System\Threading\Thread.CoreCLR.cs (1)
93
StartInternal(GetNativeHandle(), _startHelper?.
_maxStackSize
?? 0, _priority, _isThreadPool ? Interop.BOOL.TRUE : Interop.BOOL.FALSE, pThreadName);