2 writes to MaxExclusive
System.Xml (2)
System\Xml\Schema\FacetChecker.cs (2)
215derivedRestriction.MaxExclusive = ParseFacetValue(builtInType, facet, Res.Sch_MaxExclusiveFacetInvalid, null, null); 516derivedRestriction.MaxExclusive = baseRestriction.MaxExclusive;
14 references to MaxExclusive
System.Xml (14)
System\Xml\Schema\FacetChecker.cs (14)
218if (!datatype.IsEqual(datatype.Restriction.MaxExclusive, derivedRestriction.MaxExclusive)) { 222CheckValue(derivedRestriction.MaxExclusive, facet); 322if (datatype.Compare(value, restriction.MaxExclusive) >= 0) { 330if (datatype.Compare(value, restriction.MaxExclusive) > 0) { 353if (datatype.Compare(value, restriction.MaxExclusive) >= 0) { 371if (datatype.Compare(value, restriction.MaxExclusive) >= 0) { 430if (datatype.Compare(derivedRestriction.MinInclusive, derivedRestriction.MaxExclusive) > 0) { 438if (datatype.Compare(derivedRestriction.MinExclusive, derivedRestriction.MaxExclusive) > 0) { 516derivedRestriction.MaxExclusive = baseRestriction.MaxExclusive; 857if (value >= valueConverter.ToDecimal(restriction.MaxExclusive)) { 952if (value >= valueConverter.ToDouble(restriction.MaxExclusive)) { 1011if (TimeSpan.Compare(value, (TimeSpan)restriction.MaxExclusive) >= 0) { 1066if (datatype.Compare(value, (DateTime)restriction.MaxExclusive) >= 0) {