2 references to GetThreadLocal
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Threading\Thread.cs (2)
703
return
GetThreadLocal
(slot).Value;
708
GetThreadLocal
(slot).Value = value;