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)
76if (_datatype.Restriction.MinLength > _derivedRestriction.Length) 100if (!_datatype.IsEqual(_datatype.Restriction.MinLength, _derivedRestriction.MinLength)) 107if (_datatype.Restriction.MinLength > _derivedRestriction.MinLength) 114if (_datatype.Restriction.Length < _derivedRestriction.MinLength) 502if (_derivedRestriction.MinLength > _derivedRestriction.MaxLength) 575_derivedRestriction.MinLength = baseRestriction.MinLength; 1401if (length < restriction.MinLength) 1533if (length < restriction.MinLength) 1602if (length < restriction.MinLength) 1666if (length < restriction.MinLength)