2 writes to MaxInclusive
System.Xml (2)
System\Xml\Schema\FacetChecker.cs (2)
201
derivedRestriction.
MaxInclusive
= ParseFacetValue(builtInType, facet, Res.Sch_MaxInclusiveFacetInvalid, null, null);
509
derivedRestriction.
MaxInclusive
= baseRestriction.MaxInclusive;
12 references to MaxInclusive
System.Xml (12)
System\Xml\Schema\FacetChecker.cs (12)
204
if (!datatype.IsEqual(datatype.Restriction.
MaxInclusive
, derivedRestriction.
MaxInclusive
)) {
208
CheckValue(derivedRestriction.
MaxInclusive
, facet);
317
if (datatype.Compare(value, restriction.
MaxInclusive
) > 0) {
335
if (datatype.Compare(value, restriction.
MaxInclusive
) > 0) {
422
if (datatype.Compare(derivedRestriction.MinInclusive, derivedRestriction.
MaxInclusive
) > 0) {
446
if (datatype.Compare(derivedRestriction.MinExclusive, derivedRestriction.
MaxInclusive
) > 0) {
509
derivedRestriction.MaxInclusive = baseRestriction.
MaxInclusive
;
851
if (value > valueConverter.ToDecimal(restriction.
MaxInclusive
)) {
947
if (value > valueConverter.ToDouble(restriction.
MaxInclusive
)) {
1005
if (TimeSpan.Compare(value, (TimeSpan)restriction.
MaxInclusive
) > 0) {
1060
if (datatype.Compare(value, (DateTime)restriction.
MaxInclusive
) > 0) {