5 writes to _startHelper
System.Private.CoreLib (5)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\Thread.cs (4)
136_startHelper = new StartHelper(start); 147_startHelper = new StartHelper(start) { _maxStackSize = maxStackSize }; 156_startHelper = new StartHelper(start); 167_startHelper = new StartHelper(start) { _maxStackSize = maxStackSize };
System\Threading\Thread.NativeAot.cs (1)
441thread._startHelper = null;
5 references to _startHelper
System.Private.CoreLib (5)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\Thread.cs (3)
200StartHelper? startHelper = _startHelper; 242StartHelper? startHelper = _startHelper; 279StartHelper? startHelper = _startHelper;
System\Threading\Thread.NativeAot.cs (1)
439StartHelper? startHelper = thread._startHelper;
System\Threading\Thread.NativeAot.Unix.cs (1)
67nint stackSize = _startHelper!._maxStackSize;