2 writes to MaxLength
System.Private.Xml (2)
System\Xml\Schema\FacetChecker.cs (2)
126_derivedRestriction.MaxLength = XmlBaseConverter.DecimalToInt32((decimal)ParseFacetValue(_nonNegativeInt, facet, SR.Sch_MaxLengthFacetInvalid, null, null)); 582_derivedRestriction.MaxLength = baseRestriction.MaxLength;
12 references to MaxLength
System.Private.Xml (12)
System\Xml\Schema\FacetChecker.cs (12)
84if (_datatype.Restriction!.MaxLength < _derivedRestriction.Length) 130if (!_datatype.IsEqual(_datatype.Restriction!.MaxLength, _derivedRestriction.MaxLength)) 137if (_datatype.Restriction!.MaxLength < _derivedRestriction.MaxLength) 144if (_datatype.Restriction!.Length > _derivedRestriction.MaxLength) 502if (_derivedRestriction.MinLength > _derivedRestriction.MaxLength) 582_derivedRestriction.MaxLength = baseRestriction.MaxLength; 1387if (restriction!.MaxLength < length) 1521if (restriction.MaxLength < length) 1590if (restriction!.MaxLength < length) 1655if (restriction!.MaxLength < length)