aspnetcore/src/Microsoft.AspNet.Mvc.Format.../ModelBinding
Muchiachio bd9fc5dc68 Using IsDefined over GetCustomAttribute<T>
- Replaced Type.GetCustomAttribute<T> with Type.IsDefined where the
attribute instance is only used to check if it's defined, to increase
performance.

Resolves #3416
2015-10-30 10:19:22 -07:00
..
DataMemberRequiredBindingMetadataProvider.cs Using IsDefined over GetCustomAttribute<T> 2015-10-30 10:19:22 -07:00