aspnetcore/test/Microsoft.AspNet.Mvc.Core.Test/Controllers
Ryan Nowak d222900662 Optimize allocations in argument binder
This change avoids a state machine allocation and a dictionary allocation
on the common case (no bound properties). Ugly? You bet. Worth it? Yeah,
seems worthwhile.

This is worth about 200 bytes/request - about 3% of allocated bytes in a
smallish API scenario.
2015-12-29 09:26:59 -08:00
..
ActionExecutorTests.cs
ControllerActionArgumentBinderTests.cs Optimize allocations in argument binder 2015-12-29 09:26:59 -08:00
ControllerActionDescriptorBuilderTest.cs
ControllerActionDescriptorProviderTests.cs
ControllerActionInvokerTest.cs OptionsModel => Options rename 2015-12-21 15:00:31 -08:00
DefaultControllerActivatorTest.cs
DefaultControllerFactoryTest.cs
DefaultControllerTypeProviderTest.cs
ServiceBasedControllerActivatorTest.cs
TestController.cs