1 write to _maxLength
System.Configuration (1)
System\Configuration\StringValidator.cs (1)
37
_maxLength
= maxLength;
2 references to _maxLength
System.Configuration (2)
System\Configuration\StringValidator.cs (2)
55
if (len >
_maxLength
) {
56
throw new ArgumentException(SR.GetString(SR.Validator_string_max_length,
_maxLength
));