4 references to SetStartHelper
mscorlib (4)
system\threading\thread.cs (4)
235
SetStartHelper
((Delegate)start,0); //0 will setup Thread with default stackSize
246
SetStartHelper
((Delegate)start, maxStackSize);
254
SetStartHelper
((Delegate)start, 0);
265
SetStartHelper
((Delegate)start, maxStackSize);