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)
76if (_datatype.Restriction!.MinLength > _derivedRestriction.Length) 100if (!_datatype.IsEqual(_datatype.Restriction!.MinLength, _derivedRestriction.MinLength)) 107if (_datatype.Restriction!.MinLength > _derivedRestriction.MinLength) 114if (_datatype.Restriction!.Length < _derivedRestriction.MinLength) 502if (_derivedRestriction.MinLength > _derivedRestriction.MaxLength) 574_derivedRestriction.MinLength = baseRestriction.MinLength; 1380if (length < restriction!.MinLength) 1514if (length < restriction.MinLength) 1583if (length < restriction!.MinLength) 1647if (length < restriction!.MinLength)