4 instantiations of StartHelper
System.Private.CoreLib (4)
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 };
6 references to StartHelper
System.Private.CoreLib (6)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\Thread.cs (4)
45
((
StartHelper
)state).RunWorker();
200
StartHelper
? startHelper = _startHelper;
242
StartHelper
? startHelper = _startHelper;
279
StartHelper
? startHelper = _startHelper;
System\Threading\Thread.NativeAot.cs (2)
37
private
StartHelper
? _startHelper;
439
StartHelper
? startHelper = thread._startHelper;