1 write to OtherPropertyDisplayName
System.ComponentModel.Annotations (1)
System\ComponentModel\DataAnnotations\CompareAttribute.cs (1)
51OtherPropertyDisplayName ??= GetDisplayNameForProperty(otherPropertyInfo);
3 references to OtherPropertyDisplayName
Microsoft.AspNetCore.Mvc.DataAnnotations (1)
CompareAttributeAdapter.cs (1)
85var otherPropertyDisplayName = attribute.OtherPropertyDisplayName;
Microsoft.Extensions.Validation.Localization (1)
BuiltInFormatters.cs (1)
12=> string.Format(culture, messageTemplate, displayName, attribute.OtherPropertyDisplayName ?? attribute.OtherProperty);
System.ComponentModel.Annotations (1)
System\ComponentModel\DataAnnotations\CompareAttribute.cs (1)
30CultureInfo.CurrentCulture, ErrorMessageString, name, OtherPropertyDisplayName ?? OtherProperty);