2 writes to _maxStackSize
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\Thread.cs (2)
147
_startHelper = new StartHelper(start) {
_maxStackSize
= maxStackSize };
167
_startHelper = new StartHelper(start) {
_maxStackSize
= maxStackSize };
1 reference to _maxStackSize
System.Private.CoreLib (1)
System\Threading\Thread.NativeAot.Unix.cs (1)
67
nint stackSize = _startHelper!.
_maxStackSize
;