3 references to EnsureNameToSlotMap
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Threading\Thread.cs (3)
662
Dictionary<string, LocalDataStoreSlot> nameToSlotMap =
EnsureNameToSlotMap
();
672
Dictionary<string, LocalDataStoreSlot> nameToSlotMap =
EnsureNameToSlotMap
();
686
Dictionary<string, LocalDataStoreSlot> nameToSlotMap =
EnsureNameToSlotMap
();