2 writes to MaxLength
System.Xml (2)
System\Xml\Schema\FacetChecker.cs (2)
112derivedRestriction.MaxLength = XmlBaseConverter.DecimalToInt32((decimal)ParseFacetValue(nonNegativeInt, facet, Res.Sch_MaxLengthFacetInvalid, null, null)); 478derivedRestriction.MaxLength = baseRestriction.MaxLength;
12 references to MaxLength
System.Xml (12)
System\Xml\Schema\FacetChecker.cs (12)
79if (datatype.Restriction.MaxLength < derivedRestriction.Length) { 115if (!datatype.IsEqual(datatype.Restriction.MaxLength, derivedRestriction.MaxLength)) { 120if (datatype.Restriction.MaxLength < derivedRestriction.MaxLength) { 125if (datatype.Restriction.Length > derivedRestriction.MaxLength) { 412if (derivedRestriction.MinLength > derivedRestriction.MaxLength) { 478derivedRestriction.MaxLength = baseRestriction.MaxLength; 1148if (restriction.MaxLength < length) { 1257if (restriction.MaxLength < length) { 1310if (restriction.MaxLength < length) { 1361if (restriction.MaxLength < length) {