24 references to MaxLength
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; 1294RestrictionFlags.MaxLength| 2206RestrictionFlags.MaxLength| 2298RestrictionFlags.MaxLength| 2394RestrictionFlags.MaxLength| 2473RestrictionFlags.MaxLength| 2790RestrictionFlags.MaxLength|
System\Xml\Schema\FacetChecker.cs (16)
78if ((baseFlags & RestrictionFlags.MaxLength) != 0) { 110CheckProhibitedFlag(facet, RestrictionFlags.MaxLength, Res.Sch_MaxLengthFacetProhibited); 111CheckDupFlag(facet, RestrictionFlags.MaxLength, Res.Sch_DupMaxLengthFacet); 114if ((baseFixedFlags & RestrictionFlags.MaxLength) != 0) { 119if ((baseFlags & RestrictionFlags.MaxLength) != 0) { 129SetFlag(facet, RestrictionFlags.MaxLength); 400(derivedRestriction.Flags & (RestrictionFlags.MinLength|RestrictionFlags.MaxLength)) != 0 410(derivedRestriction.Flags & RestrictionFlags.MaxLength) != 0 475(derivedRestriction.Flags & RestrictionFlags.MaxLength) == 0 && 476(baseFlags & RestrictionFlags.MaxLength) != 0 479SetFlag(RestrictionFlags.MaxLength); 1147if ((flags & RestrictionFlags.MaxLength) != 0) { 1256if ((flags & RestrictionFlags.MaxLength) != 0) { 1309if ((flags & RestrictionFlags.MaxLength) != 0) { 1346if ((flags & (RestrictionFlags.Length|RestrictionFlags.MinLength|RestrictionFlags.MaxLength)) != 0) { 1360if ((flags & RestrictionFlags.MaxLength) != 0) {