Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve Expression.Lambda<TDelegate> performance (dotnet#32768)
Unnecessary cache call in Expression.Lambda<TDelegate> (with reflection in worst scenario) has been removed. Fix dotnet#32767
- Loading branch information