2 references to RhGetThreadStaticStorage
System.Private.CoreLib (2)
Internal\Runtime\ThreadStatics.cs (2)
59
object[][] perThreadStorage = RuntimeImports.
RhGetThreadStaticStorage
();
85
ref object[][] threadStorage = ref RuntimeImports.
RhGetThreadStaticStorage
();