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