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