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)
256
if (!_datatype.IsEqual(_datatype.Restriction!.
MaxExclusive
!, _derivedRestriction.
MaxExclusive
))
261
CheckValue(_derivedRestriction.
MaxExclusive
, facet);
391
if (_datatype.Compare(value, restriction!.
MaxExclusive
!) >= 0)
401
if (_datatype.Compare(value, restriction!.
MaxExclusive
!) > 0)
432
if (_datatype.Compare(value, restriction!.
MaxExclusive
!) >= 0)
456
if (_datatype.Compare(value, restriction!.
MaxExclusive
!) >= 0)
523
if (_datatype.Compare(_derivedRestriction.MinInclusive!, _derivedRestriction.
MaxExclusive
!) > 0)
533
if (_datatype.Compare(_derivedRestriction.MinExclusive!, _derivedRestriction.
MaxExclusive
!) > 0)
626
_derivedRestriction.MaxExclusive = baseRestriction.
MaxExclusive
;
1028
if (value >= valueConverter.ToDecimal(restriction.
MaxExclusive
!))
1143
if (value >= valueConverter.ToDouble(restriction!.
MaxExclusive
!))
1219
if (TimeSpan.Compare(value, (TimeSpan)restriction!.
MaxExclusive
!) >= 0)
1290
if (datatype.Compare(value, (DateTime)restriction!.
MaxExclusive
!) >= 0)