22 references to MinExclusive
System.Xml (22)
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) 1437RestrictionFlags.MinExclusive| 1520RestrictionFlags.MinExclusive| 1608RestrictionFlags.MinExclusive| 1692RestrictionFlags.MinExclusive| 1836RestrictionFlags.MinExclusive|
System\Xml\Schema\FacetChecker.cs (16)
241CheckProhibitedFlag(facet, RestrictionFlags.MinExclusive, Res.Sch_MinExclusiveFacetProhibited); 242CheckDupFlag(facet, RestrictionFlags.MinExclusive, Res.Sch_DupMinExclusiveFacet); 245if ((baseFixedFlags & RestrictionFlags.MinExclusive) != 0) { 251SetFlag(facet, RestrictionFlags.MinExclusive); 347if ((baseFlags & RestrictionFlags.MinExclusive) != 0) { //Base facet has minExclusive 360if ((baseFlags & RestrictionFlags.MinExclusive) != 0) { //Base facet has minExclusive 394(derivedRestriction.Flags & RestrictionFlags.MinExclusive) != 0 435(derivedRestriction.Flags & RestrictionFlags.MinExclusive) != 0 && 443(derivedRestriction.Flags & RestrictionFlags.MinExclusive) != 0 && 527(derivedRestriction.Flags & RestrictionFlags.MinExclusive) == 0 && 528(baseFlags & RestrictionFlags.MinExclusive) != 0 531SetFlag(RestrictionFlags.MinExclusive); 868if ((flags & RestrictionFlags.MinExclusive) != 0) { 963if ((flags & RestrictionFlags.MinExclusive) != 0) { 1022if ((flags & RestrictionFlags.MinExclusive) != 0) { 1077if ((flags & RestrictionFlags.MinExclusive) != 0) {