5 instantiations of MultiElementAsyncLocalValueMap
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Threading\AsyncLocal.cs (5)
339new MultiElementAsyncLocalValueMap(new[] { _item0, _item1, _item2, _item3, newItem }); // upgrade to a multi 409return new MultiElementAsyncLocalValueMap(newValues); 431return new MultiElementAsyncLocalValueMap(newValues); 451return new MultiElementAsyncLocalValueMap(newValues); 523return new MultiElementAsyncLocalValueMap(newValues);
3 references to MultiElementAsyncLocalValueMap
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Threading\AsyncLocal.cs (3)
511if (count == MultiElementAsyncLocalValueMap.MaxMultiElements + 1) 513var newValues = new KeyValuePair<IAsyncLocal, object?>[MultiElementAsyncLocalValueMap.MaxMultiElements]; 522Debug.Assert(index == MultiElementAsyncLocalValueMap.MaxMultiElements);