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