2 writes to MaxInclusive
System.Private.Xml (2)
System\Xml\Schema\FacetChecker.cs (2)
235
_derivedRestriction.
MaxInclusive
= ParseFacetValue(_builtInType, facet, SR.Sch_MaxInclusiveFacetInvalid, null, null);
618
_derivedRestriction.
MaxInclusive
= baseRestriction.MaxInclusive;
12 references to MaxInclusive
System.Private.Xml (12)
System\Xml\Schema\FacetChecker.cs (12)
239
if (!_datatype.IsEqual(_datatype.Restriction!.
MaxInclusive
!, _derivedRestriction.
MaxInclusive
))
244
CheckValue(_derivedRestriction.
MaxInclusive
, facet);
384
if (_datatype.Compare(value, restriction!.
MaxInclusive
!) > 0)
408
if (_datatype.Compare(value, restriction!.
MaxInclusive
!) > 0)
513
if (_datatype.Compare(_derivedRestriction.MinInclusive!, _derivedRestriction.
MaxInclusive
!) > 0)
543
if (_datatype.Compare(_derivedRestriction.MinExclusive!, _derivedRestriction.
MaxInclusive
!) > 0)
618
_derivedRestriction.MaxInclusive = baseRestriction.
MaxInclusive
;
1020
if (value > valueConverter.ToDecimal(restriction.
MaxInclusive
!))
1136
if (value > valueConverter.ToDouble(restriction!.
MaxInclusive
!))
1211
if (TimeSpan.Compare(value, (TimeSpan)restriction!.
MaxInclusive
!) > 0)
1282
if (datatype.Compare(value, (DateTime)restriction!.
MaxInclusive
!) > 0)