2 writes to MinInclusive
System.Xml (2)
System\Xml\Schema\FacetChecker.cs (2)
229
derivedRestriction.
MinInclusive
= ParseFacetValue(builtInType, facet, Res.Sch_MinInclusiveFacetInvalid, null, null);
523
derivedRestriction.
MinInclusive
= baseRestriction.MinInclusive;
12 references to MinInclusive
System.Xml (12)
System\Xml\Schema\FacetChecker.cs (12)
232
if (!datatype.IsEqual(datatype.Restriction.
MinInclusive
, derivedRestriction.
MinInclusive
)) {
236
CheckValue(derivedRestriction.
MinInclusive
, facet);
343
if (datatype.Compare(value, restriction.
MinInclusive
) < 0) {
366
if (datatype.Compare(value, restriction.
MinInclusive
) < 0) {
422
if (datatype.Compare(derivedRestriction.
MinInclusive
, derivedRestriction.MaxInclusive) > 0) {
430
if (datatype.Compare(derivedRestriction.
MinInclusive
, derivedRestriction.MaxExclusive) > 0) {
523
derivedRestriction.MinInclusive = baseRestriction.
MinInclusive
;
863
if (value < valueConverter.ToDecimal(restriction.
MinInclusive
)) {
958
if (value < (valueConverter.ToDouble(restriction.
MinInclusive
))) {
1017
if (TimeSpan.Compare(value, (TimeSpan)restriction.
MinInclusive
) < 0) {
1072
if (datatype.Compare(value, (DateTime)restriction.
MinInclusive
) < 0) {