aspnetcore/src/Microsoft.AspNet.Mvc.ViewFe...
Ryan Nowak 00c436b0e1 [Perf] Remove use of [FromServices] on Controller
[FromServices] requires modelbinding to run for each of these four
properties, which allocates a lot, and ultimately just ends up calling
GetRequiredService in the end.

Also, retrieving these services is now lazy, which should be very
beneficial as few of them aren't used often.
2015-09-21 08:53:12 -07:00
..
DependencyInjection
Internal
Properties
Rendering [Build break] Correct doc comment references to match current namespaces 2015-09-17 23:12:26 -07:00
ViewComponents
ViewEngines Changes per PR comments 2015-09-17 15:42:58 -07:00
ViewFeatures [Build break] Correct doc comment references to match current namespaces 2015-09-17 23:12:26 -07:00
Controller.cs [Perf] Remove use of [FromServices] on Controller 2015-09-21 08:53:12 -07:00
HtmlTextWriter.cs
IViewComponentHelper.cs
IViewComponentResult.cs
Microsoft.AspNet.Mvc.ViewFeatures.xproj
MvcViewOptions.cs
PartialViewResult.cs [Build break] Correct doc comment references to match current namespaces 2015-09-17 23:12:26 -07:00
RemoteAttribute.cs
Resources.resx
SkipStatusCodePagesAttribute.cs
ValidateAntiForgeryTokenAttribute.cs
ViewComponent.cs
ViewComponentAttribute.cs
ViewComponentResult.cs
ViewResult.cs
project.json