1 write to Name
Microsoft.Extensions.Validation (1)
ValidatableParameterInfo.cs (1)
32Name = name;
14 references to Name
Microsoft.Extensions.Validation (14)
ValidatableParameterInfo.cs (14)
81var displayName = DisplayNameInfo?.GetDisplayName(context, Name, type: null) ?? Name; 84context.ValidationContext.MemberName = Name; 115? $"{Name}[{index}]" 116: $"{currentPrefix}.{Name}[{index}]"; 157var displayName = DisplayNameInfo?.GetDisplayName(context, Name, type: null) ?? Name; 160context.ValidationContext.MemberName = Name; 187? $"{Name}[{index}]" 188: $"{currentPrefix}.{Name}[{index}]"; 221memberName: Name, 229var key = string.IsNullOrEmpty(context.CurrentValidationPath) ? Name : $"{context.CurrentValidationPath}.{Name}"; 232Name = Name,