2 writes to MaxExclusive
System.Xml (2)
System\Xml\Schema\FacetChecker.cs (2)
215
derivedRestriction.
MaxExclusive
= ParseFacetValue(builtInType, facet, Res.Sch_MaxExclusiveFacetInvalid, null, null);
516
derivedRestriction.
MaxExclusive
= baseRestriction.MaxExclusive;
14 references to MaxExclusive
System.Xml (14)
System\Xml\Schema\FacetChecker.cs (14)
218
if (!datatype.IsEqual(datatype.Restriction.
MaxExclusive
, derivedRestriction.
MaxExclusive
)) {
222
CheckValue(derivedRestriction.
MaxExclusive
, facet);
322
if (datatype.Compare(value, restriction.
MaxExclusive
) >= 0) {
330
if (datatype.Compare(value, restriction.
MaxExclusive
) > 0) {
353
if (datatype.Compare(value, restriction.
MaxExclusive
) >= 0) {
371
if (datatype.Compare(value, restriction.
MaxExclusive
) >= 0) {
430
if (datatype.Compare(derivedRestriction.MinInclusive, derivedRestriction.
MaxExclusive
) > 0) {
438
if (datatype.Compare(derivedRestriction.MinExclusive, derivedRestriction.
MaxExclusive
) > 0) {
516
derivedRestriction.MaxExclusive = baseRestriction.
MaxExclusive
;
857
if (value >= valueConverter.ToDecimal(restriction.
MaxExclusive
)) {
952
if (value >= valueConverter.ToDouble(restriction.
MaxExclusive
)) {
1011
if (TimeSpan.Compare(value, (TimeSpan)restriction.
MaxExclusive
) >= 0) {
1066
if (datatype.Compare(value, (DateTime)restriction.
MaxExclusive
) >= 0) {