3 writes to _maxLength
System.Data.Common (3)
System\Data\SimpleType.cs (3)
100_maxLength = Convert.ToInt32(facet.Value, null); 192_maxLength = value; 308limitedString._maxLength = length;
4 references to _maxLength
System.Data.Common (4)
System\Data\SimpleType.cs (4)
134_maxLength == -1 && 188return _maxLength; 281if (_maxLength >= 0) 284constraint.SetAttribute(Keywords.VALUE, _maxLength.ToString(CultureInfo.InvariantCulture));