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); 272var property = typeof(MergedAttributes) 273.GetProperty(nameof(MergedAttributes.BaseModel)); 276var attributes = ModelAttributes.GetAttributesForProperty(typeof(MergedAttributes), property, typeof(DerivedModelWithAttributes));