2 references to IsUnionValueProperty
Microsoft.Extensions.Validation.ValidationsGenerator (2)
Parsers\ValidationsGenerator.TypesParser.cs (2)
155if (property.IsImplicitlyDeclared && !IsUnionValueProperty(property)) 330if (!HasValidationAttributes(member, wellKnownTypes) && !hasValidatableType && !(hasValidatableUnionCases && IsUnionValueProperty(member)))