3 references to ValidateObjectMembersAttribute
Microsoft.Extensions.Options (2)
ValidateObjectMembersAttribute.cs (2)
16/// Initializes a new instance of the <see cref="ValidateObjectMembersAttribute"/> class. 27/// Initializes a new instance of the <see cref="ValidateObjectMembersAttribute"/> class.
Microsoft.Extensions.Options.DataAnnotations (1)
DataAnnotationValidateOptions.cs (1)
111if (propertyInfo.GetCustomAttribute<ValidateObjectMembersAttribute>() is not null)