1 write to _start
mscorlib (1)
system\threading\thread.cs (1)
51
_start
= start;
5 references to _start
mscorlib (5)
system\threading\thread.cs (5)
66
if (t.
_start
is ThreadStart)
68
((ThreadStart)t.
_start
)();
72
((ParameterizedThreadStart)t.
_start
)(t._startArg);
91
((ParameterizedThreadStart)
_start
)(obj);
109
((ThreadStart)
_start
)();