• K
    Fix Locals in async lambdas... · cdf941c8
    Kevin Halverson 提交于
    We shouldn't ignore custom debug info for a method just because it doesn't contain import records.  It may still contain info about local variable scopes, dynamic info, etc...
    
    Note:  VB did not have a problem with this scenario, but I added a unit test for good measure.
    
    (fixes #2240)
    cdf941c8
SymUnmanagedReaderExtensions.cs 5.6 KB