1 write to _attributes
Microsoft.AspNetCore.Mvc.DataAnnotations.Test (1)
ModelMetadataProviderTest.cs (1)
1056
_attributes
= attributes;
3 references to _attributes
Microsoft.AspNetCore.Mvc.DataAnnotations.Test (3)
ModelMetadataProviderTest.cs (3)
1062
if (
_attributes
?.Length > 0)
1067
_attributes
.Concat(entry.ModelAttributes.TypeAttributes).ToArray(),
1084
_attributes
.Concat(e.ModelAttributes.PropertyAttributes),