3 references to EnsureNameToSlotMap
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\Thread.cs (3)
682
Dictionary<string, LocalDataStoreSlot> nameToSlotMap =
EnsureNameToSlotMap
();
692
Dictionary<string, LocalDataStoreSlot> nameToSlotMap =
EnsureNameToSlotMap
();
706
Dictionary<string, LocalDataStoreSlot> nameToSlotMap =
EnsureNameToSlotMap
();