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)
84
if (_datatype.Restriction.
MaxLength
< _derivedRestriction.Length)
130
if (!_datatype.IsEqual(_datatype.Restriction.
MaxLength
, _derivedRestriction.
MaxLength
))
137
if (_datatype.Restriction.
MaxLength
< _derivedRestriction.
MaxLength
)
144
if (_datatype.Restriction.Length > _derivedRestriction.
MaxLength
)
502
if (_derivedRestriction.MinLength > _derivedRestriction.
MaxLength
)
583
_derivedRestriction.MaxLength = baseRestriction.
MaxLength
;
1408
if (restriction.
MaxLength
< length)
1540
if (restriction.
MaxLength
< length)
1609
if (restriction.
MaxLength
< length)
1674
if (restriction.
MaxLength
< length)