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)
290
if (!_datatype.IsEqual(_datatype.Restriction!.
MinExclusive
!, _derivedRestriction.
MinExclusive
))
295
CheckValue(_derivedRestriction.
MinExclusive
, facet);
425
if (_datatype.Compare(value, restriction!.
MinExclusive
!) < 0)
442
if (_datatype.Compare(value, restriction!.
MinExclusive
!) < 0)
533
if (_datatype.Compare(_derivedRestriction.
MinExclusive
!, _derivedRestriction.MaxExclusive!) > 0)
543
if (_datatype.Compare(_derivedRestriction.
MinExclusive
!, _derivedRestriction.MaxInclusive!) > 0)
642
_derivedRestriction.MinExclusive = baseRestriction.
MinExclusive
;
1044
if (value <= valueConverter.ToDecimal(restriction.
MinExclusive
!))
1159
if (value <= valueConverter.ToDouble(restriction!.
MinExclusive
!))
1235
if (TimeSpan.Compare(value, (TimeSpan)restriction!.
MinExclusive
!) <= 0)
1306
if (datatype.Compare(value, (DateTime)restriction!.
MinExclusive
!) <= 0)