24 references to MaxExclusive
System.Private.Xml (24)
System\Xml\Schema\DataTypeImplementation.cs (6)
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)
1599
RestrictionFlags.
MaxExclusive
|
1685
RestrictionFlags.
MaxExclusive
|
1777
RestrictionFlags.
MaxExclusive
|
1864
RestrictionFlags.
MaxExclusive
|
2013
RestrictionFlags.
MaxExclusive
|
System\Xml\Schema\FacetChecker.cs (18)
250
CheckProhibitedFlag(facet, RestrictionFlags.
MaxExclusive
, SR.Sch_MaxExclusiveFacetProhibited);
251
CheckDupFlag(facet, RestrictionFlags.
MaxExclusive
, SR.Sch_DupMaxExclusiveFacet);
254
if ((_baseFixedFlags & RestrictionFlags.
MaxExclusive
) != 0)
262
SetFlag(facet, RestrictionFlags.
MaxExclusive
);
389
if ((_baseFlags & RestrictionFlags.
MaxExclusive
) != 0)
399
if ((_baseFlags & RestrictionFlags.
MaxExclusive
) != 0)
430
if ((_baseFlags & RestrictionFlags.
MaxExclusive
) != 0)
454
if ((_baseFlags & RestrictionFlags.
MaxExclusive
) != 0)
474
(_derivedRestriction.Flags & RestrictionFlags.
MaxExclusive
) != 0
520
(_derivedRestriction.Flags & RestrictionFlags.
MaxExclusive
) != 0
530
(_derivedRestriction.Flags & RestrictionFlags.
MaxExclusive
) != 0
622
(_derivedRestriction.Flags & RestrictionFlags.
MaxExclusive
) == 0 &&
623
(_baseFlags & RestrictionFlags.
MaxExclusive
) != 0
627
SetFlag(RestrictionFlags.
MaxExclusive
);
1026
if ((flags & RestrictionFlags.
MaxExclusive
) != 0)
1141
if ((flags & RestrictionFlags.
MaxExclusive
) != 0)
1217
if ((flags & RestrictionFlags.
MaxExclusive
) != 0)
1288
if ((flags & RestrictionFlags.
MaxExclusive
) != 0)