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