Optimize DispatchProxyGenerator code path by using MetdataToken #53285
Labels
area-System.Reflection
enhancement
Product code improvement that does NOT require public API changes/additions
help wanted
[up-for-grabs] Good issue for external contributors
needs-further-triage
Issue has been initially triaged, but needs deeper consideration or reconsideration
Milestone
See comment:
runtime/src/libraries/System.Reflection.DispatchProxy/src/System/Reflection/DispatchProxyGenerator.cs
Lines 834 to 836 in e8875e3
With #53283, we won't build a netstandard1.x configuration of this library anymore and the code path can be optimized. FWIW this could have already be done in the past via ifdef compiler directives.
cc @buyaa-n @joperezr @krwq @steveharter @jeffhandley
The text was updated successfully, but these errors were encountered: