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)
441
thread.
_startHelper
= null;
5 references to _startHelper
System.Private.CoreLib (5)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\Thread.cs (3)
200
StartHelper? startHelper =
_startHelper
;
242
StartHelper? startHelper =
_startHelper
;
279
StartHelper? startHelper =
_startHelper
;
System\Threading\Thread.NativeAot.cs (1)
439
StartHelper? startHelper = thread.
_startHelper
;
System\Threading\Thread.NativeAot.Unix.cs (1)
67
nint stackSize =
_startHelper
!._maxStackSize;