2 writes to MaxExclusive
System.Private.Xml (2)
System\Xml\Schema\FacetChecker.cs (2)
252_derivedRestriction.MaxExclusive = ParseFacetValue(_builtInType, facet, SR.Sch_MaxExclusiveFacetInvalid, null, null); 626_derivedRestriction.MaxExclusive = baseRestriction.MaxExclusive;
14 references to MaxExclusive
System.Private.Xml (14)
System\Xml\Schema\FacetChecker.cs (14)
256if (!_datatype.IsEqual(_datatype.Restriction!.MaxExclusive!, _derivedRestriction.MaxExclusive)) 261CheckValue(_derivedRestriction.MaxExclusive, facet); 391if (_datatype.Compare(value, restriction!.MaxExclusive!) >= 0) 401if (_datatype.Compare(value, restriction!.MaxExclusive!) > 0) 432if (_datatype.Compare(value, restriction!.MaxExclusive!) >= 0) 456if (_datatype.Compare(value, restriction!.MaxExclusive!) >= 0) 523if (_datatype.Compare(_derivedRestriction.MinInclusive!, _derivedRestriction.MaxExclusive!) > 0) 533if (_datatype.Compare(_derivedRestriction.MinExclusive!, _derivedRestriction.MaxExclusive!) > 0) 626_derivedRestriction.MaxExclusive = baseRestriction.MaxExclusive; 1028if (value >= valueConverter.ToDecimal(restriction.MaxExclusive!)) 1143if (value >= valueConverter.ToDouble(restriction!.MaxExclusive!)) 1219if (TimeSpan.Compare(value, (TimeSpan)restriction!.MaxExclusive!) >= 0) 1290if (datatype.Compare(value, (DateTime)restriction!.MaxExclusive!) >= 0)