24 references to MinLength
System.Xml (24)
System\Xml\Schema\DataTypeImplementation.cs (8)
461if (flags != 0 && (flags & (RestrictionFlags.Length | RestrictionFlags.MinLength | RestrictionFlags.MaxLength | RestrictionFlags.MaxExclusive | RestrictionFlags.MaxInclusive | RestrictionFlags.MinExclusive | RestrictionFlags.MinInclusive | RestrictionFlags.TotalDigits | RestrictionFlags.FractionDigits | RestrictionFlags.Enumeration)) != 0) 921return RestrictionFlags.Length|RestrictionFlags.MinLength|RestrictionFlags.MaxLength|RestrictionFlags.Enumeration|RestrictionFlags.WhiteSpace | RestrictionFlags.Pattern; 1293RestrictionFlags.MinLength| 2205RestrictionFlags.MinLength| 2297RestrictionFlags.MinLength| 2393RestrictionFlags.MinLength| 2472RestrictionFlags.MinLength| 2789RestrictionFlags.MinLength|
System\Xml\Schema\FacetChecker.cs (16)
72if ((baseFlags & RestrictionFlags.MinLength) != 0) { 87CheckProhibitedFlag(facet, RestrictionFlags.MinLength, Res.Sch_MinLengthFacetProhibited); 88CheckDupFlag(facet, RestrictionFlags.MinLength, Res.Sch_DupMinLengthFacet); 91if ((baseFixedFlags & RestrictionFlags.MinLength) != 0) { 96if ((baseFlags & RestrictionFlags.MinLength) != 0) { 106SetFlag(facet, RestrictionFlags.MinLength); 400(derivedRestriction.Flags & (RestrictionFlags.MinLength|RestrictionFlags.MaxLength)) != 0 409(derivedRestriction.Flags & RestrictionFlags.MinLength) != 0 && 468(derivedRestriction.Flags & RestrictionFlags.MinLength) == 0 && 469(baseFlags & RestrictionFlags.MinLength) != 0 472SetFlag(RestrictionFlags.MinLength); 1142if ((flags & RestrictionFlags.MinLength) != 0) { 1251if ((flags & RestrictionFlags.MinLength) != 0) { 1304if ((flags & RestrictionFlags.MinLength) != 0) { 1346if ((flags & (RestrictionFlags.Length|RestrictionFlags.MinLength|RestrictionFlags.MaxLength)) != 0) { 1354if ((flags & RestrictionFlags.MinLength) != 0) {