1 instantiation of ThreadHandle
mscorlib (1)
system\threading\thread.cs (1)
294return new ThreadHandle(thread);
2 references to ThreadHandle
mscorlib (2)
system\threading\thread.cs (2)
284internal unsafe ThreadHandle GetNativeHandle() 1518private static extern void InformThreadNameChange(ThreadHandle t, String name, int len);