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