2 writes to MaxInclusive
System.Private.Xml (2)
System\Xml\Schema\FacetChecker.cs (2)
235_derivedRestriction.MaxInclusive = ParseFacetValue(_builtInType, facet, SR.Sch_MaxInclusiveFacetInvalid, null, null); 618_derivedRestriction.MaxInclusive = baseRestriction.MaxInclusive;
12 references to MaxInclusive
System.Private.Xml (12)
System\Xml\Schema\FacetChecker.cs (12)
239if (!_datatype.IsEqual(_datatype.Restriction!.MaxInclusive!, _derivedRestriction.MaxInclusive)) 244CheckValue(_derivedRestriction.MaxInclusive, facet); 384if (_datatype.Compare(value, restriction!.MaxInclusive!) > 0) 408if (_datatype.Compare(value, restriction!.MaxInclusive!) > 0) 513if (_datatype.Compare(_derivedRestriction.MinInclusive!, _derivedRestriction.MaxInclusive!) > 0) 543if (_datatype.Compare(_derivedRestriction.MinExclusive!, _derivedRestriction.MaxInclusive!) > 0) 618_derivedRestriction.MaxInclusive = baseRestriction.MaxInclusive; 1020if (value > valueConverter.ToDecimal(restriction.MaxInclusive!)) 1136if (value > valueConverter.ToDouble(restriction!.MaxInclusive!)) 1211if (TimeSpan.Compare(value, (TimeSpan)restriction!.MaxInclusive!) > 0) 1282if (datatype.Compare(value, (DateTime)restriction!.MaxInclusive!) > 0)