5 instantiations of MultiElementAsyncLocalValueMap
mscorlib (5)
system\threading\asynclocal.cs (5)
297var multi = new MultiElementAsyncLocalValueMap(4); 371var multi = new MultiElementAsyncLocalValueMap(_keyValues.Length); 390var multi = new MultiElementAsyncLocalValueMap(_keyValues.Length - 1); 410var multi = new MultiElementAsyncLocalValueMap(_keyValues.Length + 1); 475var multi = new MultiElementAsyncLocalValueMap(MultiElementAsyncLocalValueMap.MaxMultiElements);
8 references to MultiElementAsyncLocalValueMap
mscorlib (8)
system\threading\asynclocal.cs (8)
297var multi = new MultiElementAsyncLocalValueMap(4); 371var multi = new MultiElementAsyncLocalValueMap(_keyValues.Length); 390var multi = new MultiElementAsyncLocalValueMap(_keyValues.Length - 1); 410var multi = new MultiElementAsyncLocalValueMap(_keyValues.Length + 1); 473if (count == MultiElementAsyncLocalValueMap.MaxMultiElements + 1) 475var multi = new MultiElementAsyncLocalValueMap(MultiElementAsyncLocalValueMap.MaxMultiElements); 484Contract.Assert(index == MultiElementAsyncLocalValueMap.MaxMultiElements);