2 writes to MinLength
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\FacetChecker.cs (2)
96
_derivedRestriction.
MinLength
= XmlBaseConverter.DecimalToInt32((decimal)ParseFacetValue(_nonNegativeInt, facet, ResXml.Sch_MinLengthFacetInvalid, null, null));
575
_derivedRestriction.
MinLength
= baseRestriction.MinLength;
12 references to MinLength
dotnet-svcutil-lib (12)
FrameworkFork\Microsoft.Xml\Xml\schema\FacetChecker.cs (12)
76
if (_datatype.Restriction.
MinLength
> _derivedRestriction.Length)
100
if (!_datatype.IsEqual(_datatype.Restriction.
MinLength
, _derivedRestriction.
MinLength
))
107
if (_datatype.Restriction.
MinLength
> _derivedRestriction.
MinLength
)
114
if (_datatype.Restriction.Length < _derivedRestriction.
MinLength
)
502
if (_derivedRestriction.
MinLength
> _derivedRestriction.MaxLength)
575
_derivedRestriction.MinLength = baseRestriction.
MinLength
;
1401
if (length < restriction.
MinLength
)
1533
if (length < restriction.
MinLength
)
1602
if (length < restriction.
MinLength
)
1666
if (length < restriction.
MinLength
)