29 [
UnconditionalSuppressMessage(
"ReflectionAnalysis",
"IL2072:UnrecognizedReflectionPattern", Justification =
"The ctor is marked with RequiresUnreferencedCode informing the caller to preserve the other property.")]
48 string[]
memberNames = ((validationContext.MemberName ==
null) ?
null :
new string[1] { validationContext.MemberName });
override bool Equals([NotNullWhen(true)] object? obj)
override? ValidationResult IsValid(object? value, ValidationContext validationContext)
override bool RequiresValidationContext
string GetDisplayNameForProperty(PropertyInfo property)
string? OtherPropertyDisplayName
override string FormatErrorMessage(string name)
CompareAttribute(string otherProperty)
static CultureInfo CurrentCulture
static IEnumerable< Attribute > GetCustomAttributes(this Assembly element)
static string Common_PropertyNotFound
static string Format(string resourceFormat, object p1)
static string CompareAttribute_UnknownProperty