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