3 writes to length
System.Data (3)
fx\src\data\System\Data\SimpleType.cs (3)
71this.length = info.GetInt32("SimpleType.Length"); 130length = Convert.ToInt32(facet.Value, null); 360return new SimpleType("string") { length = 1 };
5 references to length
System.Data (5)
fx\src\data\System\Data\SimpleType.cs (5)
84info.AddValue("SimpleType.Length", this.length); 168this.length == -1 && 206return length; 283if (length >= 0) { 285constraint.SetAttribute(Keywords.VALUE, length.ToString(CultureInfo.InvariantCulture));