24 references to MaxExclusive
System.Xml (24)
System\Xml\Schema\DataTypeImplementation.cs (6)
461
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)
1439
RestrictionFlags.
MaxExclusive
|
1522
RestrictionFlags.
MaxExclusive
|
1610
RestrictionFlags.
MaxExclusive
|
1694
RestrictionFlags.
MaxExclusive
|
1838
RestrictionFlags.
MaxExclusive
|
System\Xml\Schema\FacetChecker.cs (18)
213
CheckProhibitedFlag(facet, RestrictionFlags.
MaxExclusive
, Res.Sch_MaxExclusiveFacetProhibited);
214
CheckDupFlag(facet, RestrictionFlags.
MaxExclusive
, Res.Sch_DupMaxExclusiveFacet);
217
if ((baseFixedFlags & RestrictionFlags.
MaxExclusive
) != 0) {
223
SetFlag(facet, RestrictionFlags.
MaxExclusive
);
321
if ((baseFlags & RestrictionFlags.
MaxExclusive
) != 0) { //Base facet has maxExclusive
329
if ((baseFlags & RestrictionFlags.
MaxExclusive
) != 0) { //Base facet has maxExclusive
352
if ((baseFlags & RestrictionFlags.
MaxExclusive
) != 0) { //Base facet has maxExclusive
370
if ((baseFlags & RestrictionFlags.
MaxExclusive
) != 0) { //Base facet has maxExclusive
388
(derivedRestriction.Flags & RestrictionFlags.
MaxExclusive
) != 0
428
(derivedRestriction.Flags & RestrictionFlags.
MaxExclusive
) != 0
436
(derivedRestriction.Flags & RestrictionFlags.
MaxExclusive
) != 0
513
(derivedRestriction.Flags & RestrictionFlags.
MaxExclusive
) == 0 &&
514
(baseFlags & RestrictionFlags.
MaxExclusive
) != 0
517
SetFlag(RestrictionFlags.
MaxExclusive
);
856
if ((flags & RestrictionFlags.
MaxExclusive
) != 0) {
951
if ((flags & RestrictionFlags.
MaxExclusive
) != 0) {
1010
if ((flags & RestrictionFlags.
MaxExclusive
) != 0) {
1065
if ((flags & RestrictionFlags.
MaxExclusive
) != 0) {