1 write to OtherPropertyDisplayName
System.ComponentModel.Annotations (1)
System\ComponentModel\DataAnnotations\CompareAttribute.cs (1)
61OtherPropertyDisplayName ??= GetDisplayNameForProperty(otherPropertyInfo);
3 references to OtherPropertyDisplayName
Microsoft.AspNetCore.Mvc.DataAnnotations (1)
CompareAttributeAdapter.cs (1)
85var otherPropertyDisplayName = attribute.OtherPropertyDisplayName;
System.ComponentModel.Annotations (2)
System\ComponentModel\DataAnnotations\CompareAttribute.cs (2)
34/// <see cref="OtherPropertyDisplayName" />, or <see cref="OtherProperty" /> when no display name is available. 39CultureInfo.CurrentCulture, format, name, OtherPropertyDisplayName ?? OtherProperty);