24 references to MaxLength
dotnet-svcutil-lib (24)
FrameworkFork\Microsoft.Xml\Xml\schema\DatatypeImplementation.cs (8)
526
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)
1042
return RestrictionFlags.Length | RestrictionFlags.MinLength | RestrictionFlags.
MaxLength
| RestrictionFlags.Enumeration | RestrictionFlags.WhiteSpace | RestrictionFlags.Pattern;
1476
RestrictionFlags.
MaxLength
|
2450
RestrictionFlags.
MaxLength
|
2551
RestrictionFlags.
MaxLength
|
2658
RestrictionFlags.
MaxLength
|
2743
RestrictionFlags.
MaxLength
|
3079
RestrictionFlags.
MaxLength
|
FrameworkFork\Microsoft.Xml\Xml\schema\FacetChecker.cs (16)
82
if ((_baseFlags & RestrictionFlags.
MaxLength
) != 0)
124
CheckProhibitedFlag(facet, RestrictionFlags.
MaxLength
, ResXml.Sch_MaxLengthFacetProhibited);
125
CheckDupFlag(facet, RestrictionFlags.
MaxLength
, ResXml.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
579
(_derivedRestriction.Flags & RestrictionFlags.
MaxLength
) == 0 &&
580
(_baseFlags & RestrictionFlags.
MaxLength
) != 0
584
SetFlag(RestrictionFlags.
MaxLength
);
1406
if ((flags & RestrictionFlags.
MaxLength
) != 0)
1538
if ((flags & RestrictionFlags.
MaxLength
) != 0)
1607
if ((flags & RestrictionFlags.
MaxLength
) != 0)
1653
if ((flags & (RestrictionFlags.Length | RestrictionFlags.MinLength | RestrictionFlags.
MaxLength
)) != 0)
1672
if ((flags & RestrictionFlags.
MaxLength
) != 0)