resharper-heapview
resharper-heapview copied to clipboard
C# 7.0: Locally-invoked local function do not allocates
It would be cool to get insight on this from R# 2016.3 usage analyzer, since we need this 'locally invoked' knowledge for some features over local var
- Need to check local function usages to make sure it's not converted to delegate.
- Make sure display class is not shared with ordinary closures like lambda expressions.
Implemented