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