controlflow / resharper-heapview

ReSharper Heap Allocations Viewer plugin
MIT License
303 stars 28 forks source link

Passing value of specific collection type to IEnumerable/IList target #28

Closed controlflow closed 4 years ago

controlflow commented 8 years ago

Possible allocation, except [NoEnumeration] parameters

controlflow commented 4 years ago

IList can be perfectly used without any allocations. IEnumerable is kinda the same if we consider type checks :\