aspnetcore/src
Ryan Nowak d74e81186b Use a copy on write list for items in Resource Filters
We allocate a separate list for model-binding related objects when we
create the resource filter contexts, and these lists then live the
lifetime of the request. These *may* be modified by user code in
filters as a supported feature, but rarely are changed in practice.

This change adds a simple CopyOnWriteList implementation to reduce the
amount of copying that's actually done.
2015-08-26 13:29:38 -07:00
..
Microsoft.AspNet.JsonPatch Implement new Remove op & fix value.GetTypê issue in Add op 2015-08-24 12:32:41 -07:00
Microsoft.AspNet.Mvc Move RazorPreCompileModule.cs to Razor.Precompilation 2015-08-25 14:33:13 -07:00
Microsoft.AspNet.Mvc.Abstractions [PERF] Remove extra ModelStateDictionary allocations 2015-08-24 15:26:09 -07:00
Microsoft.AspNet.Mvc.ApiExplorer
Microsoft.AspNet.Mvc.Core Use a copy on write list for items in Resource Filters 2015-08-26 13:29:38 -07:00
Microsoft.AspNet.Mvc.Cors
Microsoft.AspNet.Mvc.DataAnnotations Add `IsReferenceOrNullableType` and `UnderlyingOrModelType` to `ModelMetadata` 2015-08-24 12:26:50 -07:00
Microsoft.AspNet.Mvc.Formatters.Json
Microsoft.AspNet.Mvc.Formatters.Xml
Microsoft.AspNet.Mvc.Localization
Microsoft.AspNet.Mvc.Razor Adding System.Text.Encoding to project.json to unblock CI 2015-08-26 10:11:27 -07:00
Microsoft.AspNet.Mvc.Razor.Host
Microsoft.AspNet.Mvc.TagHelpers Add `IsReferenceOrNullableType` and `UnderlyingOrModelType` to `ModelMetadata` 2015-08-24 12:26:50 -07:00
Microsoft.AspNet.Mvc.ViewFeatures Add `IsReferenceOrNullableType` and `UnderlyingOrModelType` to `ModelMetadata` 2015-08-24 12:26:50 -07:00
Microsoft.AspNet.Mvc.WebApiCompatShim
Microsoft.AspNet.PageExecutionInstrumentation.Interfaces