6 instantiations of MaxLengthAttributeAdapter
Microsoft.AspNetCore.Mvc.DataAnnotations (1)
ValidationAttributeAdapterProvider.cs (1)
32
return new
MaxLengthAttributeAdapter
((MaxLengthAttribute)attribute, stringLocalizer);
Microsoft.AspNetCore.Mvc.DataAnnotations.Test (5)
MaxLengthAttributeAdapterTest.cs (5)
33
var adapter = new
MaxLengthAttributeAdapter
(attribute, stringLocalizer: stringLocalizer.Object);
58
var adapter = new
MaxLengthAttributeAdapter
(attribute, stringLocalizer: null);
89
var adapter = new
MaxLengthAttributeAdapter
(attribute, stringLocalizer: null);
122
var adapter = new
MaxLengthAttributeAdapter
(attribute, stringLocalizer.Object);
147
var adapter = new
MaxLengthAttributeAdapter
(attribute, stringLocalizer: null);
6 references to MaxLengthAttributeAdapter
Microsoft.AspNetCore.Mvc.DataAnnotations.Test (6)
MaxLengthAttributeAdapterTest.cs (5)
33
var
adapter = new MaxLengthAttributeAdapter(attribute, stringLocalizer: stringLocalizer.Object);
58
var
adapter = new MaxLengthAttributeAdapter(attribute, stringLocalizer: null);
89
var
adapter = new MaxLengthAttributeAdapter(attribute, stringLocalizer: null);
122
var
adapter = new MaxLengthAttributeAdapter(attribute, stringLocalizer.Object);
147
var
adapter = new MaxLengthAttributeAdapter(attribute, stringLocalizer: null);
ValidationAttributeAdapterProviderTest.cs (1)
25
typeof(
MaxLengthAttributeAdapter
)