6 references to MergedAttributes
Microsoft.AspNetCore.Mvc.Core.Test (6)
ModelBinding\Metadata\ModelAttributesTest.cs (6)
159var property = typeof(MergedAttributes).GetRuntimeProperty(nameof(MergedAttributes.Property)); 162var attributes = ModelAttributes.GetAttributesForProperty(typeof(MergedAttributes), property); 270var property = typeof(MergedAttributes) 271.GetProperty(nameof(MergedAttributes.BaseModel)); 274var attributes = ModelAttributes.GetAttributesForProperty(typeof(MergedAttributes), property, typeof(DerivedModelWithAttributes));