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