4 writes to maxLength
System.Data (4)
fx\src\data\System\Data\SimpleType.cs (4)
70
this.
maxLength
= info.GetInt32("SimpleType.MaxLength");
136
maxLength
= Convert.ToInt32(facet.Value, null);
215
maxLength
= value;
354
limitedString.
maxLength
= length;
5 references to maxLength
System.Data (5)
fx\src\data\System\Data\SimpleType.cs (5)
83
info.AddValue("SimpleType.MaxLength", this.
maxLength
);
170
this.
maxLength
== -1 &&
212
return
maxLength
;
288
if (
maxLength
>= 0) {
290
constraint.SetAttribute(Keywords.VALUE,
maxLength
.ToString(CultureInfo.InvariantCulture));