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