1 write to _maxLength
System.Configuration.ConfigurationManager (1)
System\Configuration\StringValidator.cs (1)
23
_maxLength
= maxLength;
2 references to _maxLength
System.Configuration.ConfigurationManager (2)
System\Configuration\StringValidator.cs (2)
41
if (len >
_maxLength
)
42
throw new ArgumentException(SR.Format(SR.Validator_string_max_length,
_maxLength
));