2 writes to MinLength
System.Xml (2)
System\Xml\Schema\FacetChecker.cs (2)
89
derivedRestriction.
MinLength
= XmlBaseConverter.DecimalToInt32((decimal)ParseFacetValue(nonNegativeInt, facet, Res.Sch_MinLengthFacetInvalid, null, null));
471
derivedRestriction.
MinLength
= baseRestriction.MinLength;
12 references to MinLength
System.Xml (12)
System\Xml\Schema\FacetChecker.cs (12)
73
if (datatype.Restriction.
MinLength
> derivedRestriction.Length) {
92
if (!datatype.IsEqual(datatype.Restriction.
MinLength
, derivedRestriction.
MinLength
)) {
97
if (datatype.Restriction.
MinLength
> derivedRestriction.
MinLength
) {
102
if (datatype.Restriction.Length < derivedRestriction.
MinLength
) {
412
if (derivedRestriction.
MinLength
> derivedRestriction.MaxLength) {
471
derivedRestriction.MinLength = baseRestriction.
MinLength
;
1143
if (length < restriction.
MinLength
) {
1252
if (length < restriction.
MinLength
) {
1305
if (length < restriction.
MinLength
) {
1355
if (length < restriction.
MinLength
) {