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)
93StartInternal(GetNativeHandle(), _startHelper?._maxStackSize ?? 0, _priority, _isThreadPool ? Interop.BOOL.TRUE : Interop.BOOL.FALSE, pThreadName);