Store AsyncLocal notification list in an array, rather than a List.
authorEric Eilebrecht <ericeil@hotmail.com>
Sat, 26 Sep 2015 00:30:53 +0000 (17:30 -0700)
committerEric Eilebrecht <ericeil@hotmail.com>
Sat, 26 Sep 2015 00:30:53 +0000 (17:30 -0700)
commita0cfbd7a868cb56d0df4c02d235a9aeb699d150e
tree81dd2f6ace96120e011685100bfab7aad4e55350
parent3930062ac66cfa0950ef167222b3b6e009ce92b3
Store AsyncLocal notification list in an array, rather than a List.

This should further reduce allocations, as we don't need the intermediate List<IAsyncLocal> object.
src/mscorlib/src/System/Threading/ExecutionContext.cs