2 writes to MinInclusive
System.Private.Xml (2)
System\Xml\Schema\FacetChecker.cs (2)
269_derivedRestriction.MinInclusive = ParseFacetValue(_builtInType, facet, SR.Sch_MinInclusiveFacetInvalid, null, null); 634_derivedRestriction.MinInclusive = baseRestriction.MinInclusive;
12 references to MinInclusive
System.Private.Xml (12)
System\Xml\Schema\FacetChecker.cs (12)
273if (!_datatype.IsEqual(_datatype.Restriction!.MinInclusive!, _derivedRestriction.MinInclusive)) 278CheckValue(_derivedRestriction.MinInclusive, facet); 418if (_datatype.Compare(value, restriction!.MinInclusive!) < 0) 449if (_datatype.Compare(value, restriction!.MinInclusive!) < 0) 513if (_datatype.Compare(_derivedRestriction.MinInclusive!, _derivedRestriction.MaxInclusive!) > 0) 523if (_datatype.Compare(_derivedRestriction.MinInclusive!, _derivedRestriction.MaxExclusive!) > 0) 634_derivedRestriction.MinInclusive = baseRestriction.MinInclusive; 1036if (value < valueConverter.ToDecimal(restriction.MinInclusive!)) 1151if (value < (valueConverter.ToDouble(restriction!.MinInclusive!))) 1227if (TimeSpan.Compare(value, (TimeSpan)restriction!.MinInclusive!) < 0) 1298if (datatype.Compare(value, (DateTime)restriction!.MinInclusive!) < 0)