1 write to _startArg
mscorlib (1)
system\threading\thread.cs (1)
84
_startArg
= obj;
1 reference to _startArg
mscorlib (1)
system\threading\thread.cs (1)
72
((ParameterizedThreadStart)t._start)(t.
_startArg
);