24 references to MaxLength
System.Private.Xml (24)
System\Xml\Schema\DataTypeImplementation.cs (8)
515
if (flags != 0 && (flags & (RestrictionFlags.Length | RestrictionFlags.MinLength | RestrictionFlags.
MaxLength
| RestrictionFlags.MaxExclusive | RestrictionFlags.MaxInclusive | RestrictionFlags.MinExclusive | RestrictionFlags.MinInclusive | RestrictionFlags.TotalDigits | RestrictionFlags.FractionDigits | RestrictionFlags.Enumeration)) != 0)
1009
return RestrictionFlags.Length | RestrictionFlags.MinLength | RestrictionFlags.
MaxLength
| RestrictionFlags.Enumeration | RestrictionFlags.WhiteSpace | RestrictionFlags.Pattern;
1449
RestrictionFlags.
MaxLength
|
2400
RestrictionFlags.
MaxLength
|
2498
RestrictionFlags.
MaxLength
|
2602
RestrictionFlags.
MaxLength
|
2686
RestrictionFlags.
MaxLength
|
3019
RestrictionFlags.
MaxLength
|
System\Xml\Schema\FacetChecker.cs (16)
82
if ((_baseFlags & RestrictionFlags.
MaxLength
) != 0)
124
CheckProhibitedFlag(facet, RestrictionFlags.
MaxLength
, SR.Sch_MaxLengthFacetProhibited);
125
CheckDupFlag(facet, RestrictionFlags.
MaxLength
, SR.Sch_DupMaxLengthFacet);
128
if ((_baseFixedFlags & RestrictionFlags.
MaxLength
) != 0)
135
if ((_baseFlags & RestrictionFlags.
MaxLength
) != 0)
149
SetFlag(facet, RestrictionFlags.
MaxLength
);
488
(_derivedRestriction.Flags & (RestrictionFlags.MinLength | RestrictionFlags.
MaxLength
)) != 0
499
(_derivedRestriction.Flags & RestrictionFlags.
MaxLength
) != 0
578
(_derivedRestriction.Flags & RestrictionFlags.
MaxLength
) == 0 &&
579
(_baseFlags & RestrictionFlags.
MaxLength
) != 0
583
SetFlag(RestrictionFlags.
MaxLength
);
1385
if ((flags & RestrictionFlags.
MaxLength
) != 0)
1519
if ((flags & RestrictionFlags.
MaxLength
) != 0)
1588
if ((flags & RestrictionFlags.
MaxLength
) != 0)
1634
if ((flags & (RestrictionFlags.Length | RestrictionFlags.MinLength | RestrictionFlags.
MaxLength
)) != 0)
1653
if ((flags & RestrictionFlags.
MaxLength
) != 0)