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