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