24 references to Length
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;
1447
return RestrictionFlags.
Length
|
2398
return RestrictionFlags.
Length
|
2496
return RestrictionFlags.
Length
|
2600
return RestrictionFlags.
Length
|
2684
return RestrictionFlags.
Length
|
3017
return RestrictionFlags.
Length
|
System\Xml\Schema\FacetChecker.cs (16)
55
CheckProhibitedFlag(facet, RestrictionFlags.
Length
, SR.Sch_LengthFacetProhibited);
56
CheckDupFlag(facet, RestrictionFlags.
Length
, SR.Sch_DupLengthFacet);
59
if ((_baseFixedFlags & RestrictionFlags.
Length
) != 0)
66
if ((_baseFlags & RestrictionFlags.
Length
) != 0)
89
SetFlag(facet, RestrictionFlags.
Length
);
112
if ((_baseFlags & RestrictionFlags.
Length
) != 0)
142
if ((_baseFlags & RestrictionFlags.
Length
) != 0)
487
(_derivedRestriction.Flags & RestrictionFlags.
Length
) != 0 &&
562
(_derivedRestriction.Flags & RestrictionFlags.
Length
) == 0 &&
563
(_baseFlags & RestrictionFlags.
Length
) != 0
567
SetFlag(RestrictionFlags.
Length
);
1371
if ((flags & RestrictionFlags.
Length
) != 0)
1505
if ((flags & RestrictionFlags.
Length
) != 0)
1574
if ((flags & RestrictionFlags.
Length
) != 0)
1634
if ((flags & (RestrictionFlags.
Length
| RestrictionFlags.MinLength | RestrictionFlags.MaxLength)) != 0)
1637
if ((flags & RestrictionFlags.
Length
) != 0)