Improve Expression.Lambda<TDelegate> performance (#32768)
authorVladimir Chirikov <vchirikov@servicetitan.com>
Tue, 25 Feb 2020 21:22:28 +0000 (00:22 +0300)
committerGitHub <noreply@github.com>
Tue, 25 Feb 2020 21:22:28 +0000 (13:22 -0800)
commit634b3484262cc4bc288c605cb1e6374cc76655a0
tree9a130b67cbc217e87218383b56ffef33f64c3ec4
parentce23ff90b71b55d0be5d1a90d86b59500e72c4ed
Improve Expression.Lambda<TDelegate> performance (#32768)

Unnecessary cache call in Expression.Lambda<TDelegate>
(with reflection in worst scenario) has been removed.

Fix #32767
src/libraries/System.Linq.Expressions/src/System/Linq/Expressions/LambdaExpression.cs