24 references to MaxExclusive
System.Private.Xml (24)
System\Xml\Schema\DataTypeImplementation.cs (6)
515if (flags != 0 && (flags & (RestrictionFlags.Length | RestrictionFlags.MinLength | RestrictionFlags.MaxLength | RestrictionFlags.MaxExclusive | RestrictionFlags.MaxInclusive | RestrictionFlags.MinExclusive | RestrictionFlags.MinInclusive | RestrictionFlags.TotalDigits | RestrictionFlags.FractionDigits | RestrictionFlags.Enumeration)) != 0) 1599RestrictionFlags.MaxExclusive | 1685RestrictionFlags.MaxExclusive | 1777RestrictionFlags.MaxExclusive | 1864RestrictionFlags.MaxExclusive | 2013RestrictionFlags.MaxExclusive |
System\Xml\Schema\FacetChecker.cs (18)
250CheckProhibitedFlag(facet, RestrictionFlags.MaxExclusive, SR.Sch_MaxExclusiveFacetProhibited); 251CheckDupFlag(facet, RestrictionFlags.MaxExclusive, SR.Sch_DupMaxExclusiveFacet); 254if ((_baseFixedFlags & RestrictionFlags.MaxExclusive) != 0) 262SetFlag(facet, RestrictionFlags.MaxExclusive); 389if ((_baseFlags & RestrictionFlags.MaxExclusive) != 0) 399if ((_baseFlags & RestrictionFlags.MaxExclusive) != 0) 430if ((_baseFlags & RestrictionFlags.MaxExclusive) != 0) 454if ((_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 627SetFlag(RestrictionFlags.MaxExclusive); 1026if ((flags & RestrictionFlags.MaxExclusive) != 0) 1141if ((flags & RestrictionFlags.MaxExclusive) != 0) 1217if ((flags & RestrictionFlags.MaxExclusive) != 0) 1288if ((flags & RestrictionFlags.MaxExclusive) != 0)