v3.1.0
Indexing into an IList<> requires an interface call, and can't be inlined. Since the cache field is private, there is no reason to not type it instead as List<>, thus get a free performance gain at no cost. Closes #546
8000
Indexing into an IList<> requires an interface call, and can't be inlined. Since the cache field is private, there is no reason to not type it instead as List<>, thus get a free performance gain at no cost. Closes #546