2 writes to MaxLength
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\FacetChecker.cs (2)
126_derivedRestriction.MaxLength = XmlBaseConverter.DecimalToInt32((decimal)ParseFacetValue(_nonNegativeInt, facet, ResXml.Sch_MaxLengthFacetInvalid, null, null)); 583_derivedRestriction.MaxLength = baseRestriction.MaxLength;
12 references to MaxLength
dotnet-svcutil-lib (12)
FrameworkFork\Microsoft.Xml\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) 583_derivedRestriction.MaxLength = baseRestriction.MaxLength; 1408if (restriction.MaxLength < length) 1540if (restriction.MaxLength < length) 1609if (restriction.MaxLength < length) 1674if (restriction.MaxLength < length)