2 writes to MinInclusive
System.Private.Xml (2)
System\Xml\Schema\FacetChecker.cs (2)
269
_derivedRestriction.
MinInclusive
= ParseFacetValue(_builtInType, facet, SR.Sch_MinInclusiveFacetInvalid, null, null);
634
_derivedRestriction.
MinInclusive
= baseRestriction.MinInclusive;
12 references to MinInclusive
System.Private.Xml (12)
System\Xml\Schema\FacetChecker.cs (12)
273
if (!_datatype.IsEqual(_datatype.Restriction!.
MinInclusive
!, _derivedRestriction.
MinInclusive
))
278
CheckValue(_derivedRestriction.
MinInclusive
, facet);
418
if (_datatype.Compare(value, restriction!.
MinInclusive
!) < 0)
449
if (_datatype.Compare(value, restriction!.
MinInclusive
!) < 0)
513
if (_datatype.Compare(_derivedRestriction.
MinInclusive
!, _derivedRestriction.MaxInclusive!) > 0)
523
if (_datatype.Compare(_derivedRestriction.
MinInclusive
!, _derivedRestriction.MaxExclusive!) > 0)
634
_derivedRestriction.MinInclusive = baseRestriction.
MinInclusive
;
1036
if (value < valueConverter.ToDecimal(restriction.
MinInclusive
!))
1151
if (value < (valueConverter.ToDouble(restriction!.
MinInclusive
!)))
1227
if (TimeSpan.Compare(value, (TimeSpan)restriction!.
MinInclusive
!) < 0)
1298
if (datatype.Compare(value, (DateTime)restriction!.
MinInclusive
!) < 0)