1 write to ValidationContext
Microsoft.AspNetCore.Mvc.DataAnnotations (1)
CompareAttributeAdapter.cs (1)
41
((CompareAttributeWrapper)Attribute).
ValidationContext
= validationContext;
2 references to ValidationContext
Microsoft.AspNetCore.Mvc.DataAnnotations (2)
CompareAttributeAdapter.cs (2)
71
var displayName =
ValidationContext
.ModelMetadata.GetDisplayName();
75
GetOtherPropertyDisplayName(
ValidationContext
, this));