2 writes to MinExclusive
System.Private.Xml (2)
System\Xml\Schema\FacetChecker.cs (2)
286_derivedRestriction.MinExclusive = ParseFacetValue(_builtInType, facet, SR.Sch_MinExclusiveFacetInvalid, null, null); 642_derivedRestriction.MinExclusive = baseRestriction.MinExclusive;
12 references to MinExclusive
System.Private.Xml (12)
System\Xml\Schema\FacetChecker.cs (12)
290if (!_datatype.IsEqual(_datatype.Restriction!.MinExclusive!, _derivedRestriction.MinExclusive)) 295CheckValue(_derivedRestriction.MinExclusive, facet); 425if (_datatype.Compare(value, restriction!.MinExclusive!) < 0) 442if (_datatype.Compare(value, restriction!.MinExclusive!) < 0) 533if (_datatype.Compare(_derivedRestriction.MinExclusive!, _derivedRestriction.MaxExclusive!) > 0) 543if (_datatype.Compare(_derivedRestriction.MinExclusive!, _derivedRestriction.MaxInclusive!) > 0) 642_derivedRestriction.MinExclusive = baseRestriction.MinExclusive; 1044if (value <= valueConverter.ToDecimal(restriction.MinExclusive!)) 1159if (value <= valueConverter.ToDouble(restriction!.MinExclusive!)) 1235if (TimeSpan.Compare(value, (TimeSpan)restriction!.MinExclusive!) <= 0) 1306if (datatype.Compare(value, (DateTime)restriction!.MinExclusive!) <= 0)