6 references to DataAnnotationsMetadataProvider
Microsoft.AspNetCore.Mvc.Core.TestCommon (3)
TestModelMetadataProvider.cs (3)
21return new DataAnnotationsMetadataProvider(new MvcOptions(), localizationOptions, stringLocalizerFactory); 50new DataAnnotationsMetadataProvider( 93new DataAnnotationsMetadataProvider(
Microsoft.AspNetCore.Mvc.DataAnnotations (1)
DependencyInjection\MvcDataAnnotationsMvcOptionsSetup.cs (1)
44options.ModelMetadataDetailsProviders.Add(new DataAnnotationsMetadataProvider(
Microsoft.AspNetCore.Mvc.DataAnnotations.Test (2)
DataAnnotationsMetadataProviderTest.cs (1)
1700return new DataAnnotationsMetadataProvider(
ModelMetadataProviderTest.cs (1)
1049new DataAnnotationsMetadataProvider(