2 writes to _start
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\Thread.cs (2)
37
_start
= start;
67
_start
= null!;
2 references to _start
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\Thread.cs (2)
66
Delegate start =
_start
;
206
if (startHelper.
_start
is ThreadStart)