2 writes to _length
System.Data.Common (2)
System\Data\SimpleType.cs (2)
94_length = Convert.ToInt32(facet.Value, null); 316return new SimpleType("string") { _length = 1 };
4 references to _length
System.Data.Common (4)
System\Data\SimpleType.cs (4)
132_length == -1 && 180return _length; 275if (_length >= 0) 278constraint.SetAttribute(Keywords.VALUE, _length.ToString(CultureInfo.InvariantCulture));