2 writes to MinExclusive
System.Xml (2)
System\Xml\Schema\FacetChecker.cs (2)
243
derivedRestriction.
MinExclusive
= ParseFacetValue(builtInType, facet, Res.Sch_MinExclusiveFacetInvalid, null, null);
530
derivedRestriction.
MinExclusive
= baseRestriction.MinExclusive;
12 references to MinExclusive
System.Xml (12)
System\Xml\Schema\FacetChecker.cs (12)
246
if (!datatype.IsEqual(datatype.Restriction.
MinExclusive
, derivedRestriction.
MinExclusive
)) {
250
CheckValue(derivedRestriction.
MinExclusive
, facet);
348
if (datatype.Compare(value, restriction.
MinExclusive
) < 0) {
361
if (datatype.Compare(value, restriction.
MinExclusive
) < 0) {
438
if (datatype.Compare(derivedRestriction.
MinExclusive
, derivedRestriction.MaxExclusive) > 0) {
446
if (datatype.Compare(derivedRestriction.
MinExclusive
, derivedRestriction.MaxInclusive) > 0) {
530
derivedRestriction.MinExclusive = baseRestriction.
MinExclusive
;
869
if (value <= valueConverter.ToDecimal(restriction.
MinExclusive
)) {
964
if (value <= valueConverter.ToDouble(restriction.
MinExclusive
)) {
1023
if (TimeSpan.Compare(value, (TimeSpan)restriction.
MinExclusive
) <= 0) {
1078
if (datatype.Compare(value, (DateTime)restriction.
MinExclusive
) <= 0) {