6 references to MaxMultiElements
mscorlib (6)
system\threading\asynclocal.cs (6)
349
Contract.Assert(count <=
MaxMultiElements
);
408
if (_keyValues.Length <
MaxMultiElements
)
417
var many = new ManyElementAsyncLocalValueMap(
MaxMultiElements
+ 1);
473
if (count == MultiElementAsyncLocalValueMap.
MaxMultiElements
+ 1)
475
var multi = new MultiElementAsyncLocalValueMap(MultiElementAsyncLocalValueMap.
MaxMultiElements
);
484
Contract.Assert(index == MultiElementAsyncLocalValueMap.
MaxMultiElements
);