24 references to MinLength
System.Private.Xml (24)
System\Xml\Schema\DataTypeImplementation.cs (8)
515if (flags != 0 && (flags & (RestrictionFlags.Length | RestrictionFlags.MinLength | RestrictionFlags.MaxLength | RestrictionFlags.MaxExclusive | RestrictionFlags.MaxInclusive | RestrictionFlags.MinExclusive | RestrictionFlags.MinInclusive | RestrictionFlags.TotalDigits | RestrictionFlags.FractionDigits | RestrictionFlags.Enumeration)) != 0) 1009return RestrictionFlags.Length | RestrictionFlags.MinLength | RestrictionFlags.MaxLength | RestrictionFlags.Enumeration | RestrictionFlags.WhiteSpace | RestrictionFlags.Pattern; 1448RestrictionFlags.MinLength | 2399RestrictionFlags.MinLength | 2497RestrictionFlags.MinLength | 2601RestrictionFlags.MinLength | 2685RestrictionFlags.MinLength | 3018RestrictionFlags.MinLength |
System\Xml\Schema\FacetChecker.cs (16)
74if ((_baseFlags & RestrictionFlags.MinLength) != 0) 94CheckProhibitedFlag(facet, RestrictionFlags.MinLength, SR.Sch_MinLengthFacetProhibited); 95CheckDupFlag(facet, RestrictionFlags.MinLength, SR.Sch_DupMinLengthFacet); 98if ((_baseFixedFlags & RestrictionFlags.MinLength) != 0) 105if ((_baseFlags & RestrictionFlags.MinLength) != 0) 119SetFlag(facet, RestrictionFlags.MinLength); 488(_derivedRestriction.Flags & (RestrictionFlags.MinLength | RestrictionFlags.MaxLength)) != 0 498(_derivedRestriction.Flags & RestrictionFlags.MinLength) != 0 && 570(_derivedRestriction.Flags & RestrictionFlags.MinLength) == 0 && 571(_baseFlags & RestrictionFlags.MinLength) != 0 575SetFlag(RestrictionFlags.MinLength); 1378if ((flags & RestrictionFlags.MinLength) != 0) 1512if ((flags & RestrictionFlags.MinLength) != 0) 1581if ((flags & RestrictionFlags.MinLength) != 0) 1634if ((flags & (RestrictionFlags.Length | RestrictionFlags.MinLength | RestrictionFlags.MaxLength)) != 0) 1645if ((flags & RestrictionFlags.MinLength) != 0)