1 write to DisplayNameInfo
Microsoft.Extensions.Validation (1)
ValidatableParameterInfo.cs (1)
33
DisplayNameInfo
= displayNameInfo;
2 references to DisplayNameInfo
Microsoft.Extensions.Validation (2)
ValidatableParameterInfo.cs (2)
81
var displayName =
DisplayNameInfo
?.GetDisplayName(context, Name, type: null) ?? Name;
157
var displayName =
DisplayNameInfo
?.GetDisplayName(context, Name, type: null) ?? Name;