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