1 write to PropertyType
Microsoft.Extensions.Validation (1)
ValidatablePropertyInfo.cs (1)
35PropertyType = propertyType;
2 references to PropertyType
Microsoft.Extensions.Validation (2)
ValidatablePropertyInfo.cs (2)
147if (PropertyType.IsEnumerable() && propertyValue is System.Collections.IEnumerable enumerable) 245if (PropertyType.IsEnumerable() && propertyValue is System.Collections.IEnumerable enumerable)