5 instantiations of MinLengthAttributeAdapter
Microsoft.AspNetCore.Mvc.DataAnnotations (1)
ValidationAttributeAdapterProvider.cs (1)
44return new MinLengthAttributeAdapter((MinLengthAttribute)attribute, stringLocalizer);
Microsoft.AspNetCore.Mvc.DataAnnotations.Test (4)
MinLengthAttributeAdapterTest.cs (4)
33var adapter = new MinLengthAttributeAdapter(attribute, stringLocalizer: stringLocalizer.Object); 58var adapter = new MinLengthAttributeAdapter(attribute, stringLocalizer: null); 86var adapter = new MinLengthAttributeAdapter(attribute, stringLocalizer: null); 114var adapter = new MinLengthAttributeAdapter(attribute, stringLocalizer: null);
5 references to MinLengthAttributeAdapter
Microsoft.AspNetCore.Mvc.DataAnnotations.Test (5)
MinLengthAttributeAdapterTest.cs (4)
33var adapter = new MinLengthAttributeAdapter(attribute, stringLocalizer: stringLocalizer.Object); 58var adapter = new MinLengthAttributeAdapter(attribute, stringLocalizer: null); 86var adapter = new MinLengthAttributeAdapter(attribute, stringLocalizer: null); 114var adapter = new MinLengthAttributeAdapter(attribute, stringLocalizer: null);
ValidationAttributeAdapterProviderTest.cs (1)
29typeof(MinLengthAttributeAdapter)