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