5 references to GetAttributesForParameter
Microsoft.AspNetCore.Mvc.Core.Test (3)
ModelBinding\Metadata\ModelAttributesTest.cs (3)
182
var attributes = ModelAttributes.
GetAttributesForParameter
(
199
var attributes = ModelAttributes.
GetAttributesForParameter
(
230
var attributes = ModelAttributes.
GetAttributesForParameter
(parameters[2]);
Microsoft.AspNetCore.Mvc.DataAnnotations.Test (2)
DataAnnotationsMetadataProviderTest.cs (2)
1390
var context = new ValidationMetadataProviderContext(key, ModelAttributes.
GetAttributesForParameter
(parameter));
1411
var context = new ValidationMetadataProviderContext(key, ModelAttributes.
GetAttributesForParameter
(parameter));