8 references to TypeWithNumericProperty
Microsoft.AspNetCore.Mvc.DataAnnotations.Test (8)
NumericClientModelValidatorTest.cs (8)
19var metadata = provider.GetMetadataForProperty(typeof(TypeWithNumericProperty), "Id"); 45.ForProperty(typeof(TypeWithNumericProperty), nameof(TypeWithNumericProperty.Id)) 52typeof(TypeWithNumericProperty), 53nameof(TypeWithNumericProperty.Id)); 76var method = typeof(TypeWithNumericProperty).GetMethod(nameof(TypeWithNumericProperty.IsLovely)); 134var metadata = provider.GetMetadataForProperty(typeof(TypeWithNumericProperty), "Id");