aspnetcore/test/Microsoft.AspNet.Mvc.Abstra.../ModelBinding
Ryan Nowak cf6662d0c3 Partial fix for #3676 - fix race in ElementMetadata
The accessor for ElementMetadata can sometimes return null when
concurrently accessed.

This change solves this issue and simplified a bunch of lazy-computed
properties, by precomputing all type-related facets of ModelMetadata.

This also adds a ElementType property to ModelMetadata to maintain
the current separation of concerns as ModelMetadata is unaware of the
metadata provider.
2015-12-09 08:21:18 -08:00
..
ModelMetadataTest.cs Partial fix for #3676 - fix race in ElementMetadata 2015-12-09 08:21:18 -08:00
ModelStateDictionaryTest.cs
ValueProviderResultTest.cs