internal void ThreadStart() { if (_executionContext != null) { ExecutionContext.Run(_executionContext, _ccb, (Object)this); } else { ((ThreadStart)_start)(); } } };