2 writes to MinLength
System.Private.Xml (2)
System\Xml\Schema\FacetChecker.cs (2)
96
_derivedRestriction.
MinLength
= XmlBaseConverter.DecimalToInt32((decimal)ParseFacetValue(_nonNegativeInt, facet, SR.Sch_MinLengthFacetInvalid, null, null));
574
_derivedRestriction.
MinLength
= baseRestriction.MinLength;
12 references to MinLength
System.Private.Xml (12)
System\Xml\Schema\FacetChecker.cs (12)
76
if (_datatype.Restriction!.
MinLength
> _derivedRestriction.Length)
100
if (!_datatype.IsEqual(_datatype.Restriction!.
MinLength
, _derivedRestriction.
MinLength
))
107
if (_datatype.Restriction!.
MinLength
> _derivedRestriction.
MinLength
)
114
if (_datatype.Restriction!.Length < _derivedRestriction.
MinLength
)
502
if (_derivedRestriction.
MinLength
> _derivedRestriction.MaxLength)
574
_derivedRestriction.MinLength = baseRestriction.
MinLength
;
1380
if (length < restriction!.
MinLength
)
1514
if (length < restriction.
MinLength
)
1583
if (length < restriction!.
MinLength
)
1647
if (length < restriction!.
MinLength
)