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)
67nint stackSize = _startHelper!._maxStackSize;