2 writes to MaxExclusive
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\FacetChecker.cs (2)
255
_derivedRestriction.
MaxExclusive
= ParseFacetValue(_builtInType, facet, ResXml.Sch_MaxExclusiveFacetInvalid, null, null);
629
_derivedRestriction.
MaxExclusive
= baseRestriction.MaxExclusive;
14 references to MaxExclusive
dotnet-svcutil-lib (14)
FrameworkFork\Microsoft.Xml\Xml\schema\FacetChecker.cs (14)
259
if (!_datatype.IsEqual(_datatype.Restriction.
MaxExclusive
, _derivedRestriction.
MaxExclusive
))
264
CheckValue(_derivedRestriction.
MaxExclusive
, facet);
390
if (_datatype.Compare(value, restriction.
MaxExclusive
) >= 0)
400
if (_datatype.Compare(value, restriction.
MaxExclusive
) > 0)
431
if (_datatype.Compare(value, restriction.
MaxExclusive
) >= 0)
455
if (_datatype.Compare(value, restriction.
MaxExclusive
) >= 0)
524
if (_datatype.Compare(_derivedRestriction.MinInclusive, _derivedRestriction.
MaxExclusive
) > 0)
534
if (_datatype.Compare(_derivedRestriction.MinExclusive, _derivedRestriction.
MaxExclusive
) > 0)
629
_derivedRestriction.MaxExclusive = baseRestriction.
MaxExclusive
;
1035
if (value >= valueConverter.ToDecimal(restriction.
MaxExclusive
))
1155
if (value >= valueConverter.ToDouble(restriction.
MaxExclusive
))
1231
if (TimeSpan.Compare(value, (TimeSpan)restriction.
MaxExclusive
) >= 0)
1302
if (datatype.Compare(value, (DateTime)restriction.
MaxExclusive
) >= 0)