aspnet / Routing

[Archived] Middleware for routing requests to application logic. Project moved to https://github.com/aspnet/AspNetCore
Apache License 2.0
272 stars 122 forks source link

Eliminate extra allocation due to use of method group. #886

Closed drieseng closed 6 years ago

drieseng commented 6 years ago

Eliminate an extra allocation due to the use of method group.

This can be reverted once this is improved in either Roslyn or RyuJIT.