1 write to OtherPropertyDisplayName
System.ComponentModel.Annotations (1)
System\ComponentModel\DataAnnotations\CompareAttribute.cs (1)
49OtherPropertyDisplayName ??= GetDisplayNameForProperty(otherPropertyInfo);
2 references to OtherPropertyDisplayName
Microsoft.AspNetCore.Mvc.DataAnnotations (1)
CompareAttributeAdapter.cs (1)
85var otherPropertyDisplayName = attribute.OtherPropertyDisplayName;
System.ComponentModel.Annotations (1)
System\ComponentModel\DataAnnotations\CompareAttribute.cs (1)
30CultureInfo.CurrentCulture, ErrorMessageString, name, OtherPropertyDisplayName ?? OtherProperty);