5 instantiations of MultiElementAsyncLocalValueMap
System.Private.CoreLib (5)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\AsyncLocal.cs (5)
341new MultiElementAsyncLocalValueMap(new[] { _item0, _item1, _item2, _item3, newItem }); // upgrade to a multi 411return new MultiElementAsyncLocalValueMap(newValues); 433return new MultiElementAsyncLocalValueMap(newValues); 453return new MultiElementAsyncLocalValueMap(newValues); 544return new MultiElementAsyncLocalValueMap(newValues);
3 references to MultiElementAsyncLocalValueMap
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\AsyncLocal.cs (3)
487Debug.Assert(keyValues.Length > MultiElementAsyncLocalValueMap.MaxMultiElements); 539if (_keyValues.Length == MultiElementAsyncLocalValueMap.MaxMultiElements + 1) 541var newValues = new KeyValuePair<IAsyncLocal, object?>[MultiElementAsyncLocalValueMap.MaxMultiElements];