3 instantiations of ManyElementAsyncLocalValueMap
mscorlib (3)
system\threading\asynclocal.cs (3)
417
var many = new
ManyElementAsyncLocalValueMap
(MaxMultiElements + 1);
455
var map = new
ManyElementAsyncLocalValueMap
(count + (containsKey ? 0 : 1));
489
var map = new
ManyElementAsyncLocalValueMap
(count - 1);
3 references to ManyElementAsyncLocalValueMap
mscorlib (3)
system\threading\asynclocal.cs (3)
417
var
many = new ManyElementAsyncLocalValueMap(MaxMultiElements + 1);
455
var
map = new ManyElementAsyncLocalValueMap(count + (containsKey ? 0 : 1));
489
var
map = new ManyElementAsyncLocalValueMap(count - 1);