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