1 write to OtherPropertyDisplayName
System.ComponentModel.Annotations (1)
System\ComponentModel\DataAnnotations\CompareAttribute.cs (1)
61
OtherPropertyDisplayName
??= GetDisplayNameForProperty(otherPropertyInfo);
3 references to OtherPropertyDisplayName
Microsoft.AspNetCore.Mvc.DataAnnotations (1)
CompareAttributeAdapter.cs (1)
85
var 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.
39
CultureInfo.CurrentCulture, format, name,
OtherPropertyDisplayName
?? OtherProperty);