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(); 200StartHelper? startHelper = _startHelper; 242StartHelper? startHelper = _startHelper; 279StartHelper? startHelper = _startHelper;
System\Threading\Thread.NativeAot.cs (2)
37private StartHelper? _startHelper; 439StartHelper? startHelper = thread._startHelper;