2 writes to MinInclusive
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\FacetChecker.cs (2)
272
_derivedRestriction.
MinInclusive
= ParseFacetValue(_builtInType, facet, ResXml.Sch_MinInclusiveFacetInvalid, null, null);
637
_derivedRestriction.
MinInclusive
= baseRestriction.MinInclusive;
12 references to MinInclusive
dotnet-svcutil-lib (12)
FrameworkFork\Microsoft.Xml\Xml\schema\FacetChecker.cs (12)
276
if (!_datatype.IsEqual(_datatype.Restriction.
MinInclusive
, _derivedRestriction.
MinInclusive
))
281
CheckValue(_derivedRestriction.
MinInclusive
, facet);
417
if (_datatype.Compare(value, restriction.
MinInclusive
) < 0)
448
if (_datatype.Compare(value, restriction.
MinInclusive
) < 0)
514
if (_datatype.Compare(_derivedRestriction.
MinInclusive
, _derivedRestriction.MaxInclusive) > 0)
524
if (_datatype.Compare(_derivedRestriction.
MinInclusive
, _derivedRestriction.MaxExclusive) > 0)
637
_derivedRestriction.MinInclusive = baseRestriction.
MinInclusive
;
1043
if (value < valueConverter.ToDecimal(restriction.
MinInclusive
))
1163
if (value < (valueConverter.ToDouble(restriction.
MinInclusive
)))
1239
if (TimeSpan.Compare(value, (TimeSpan)restriction.
MinInclusive
) < 0)
1310
if (datatype.Compare(value, (DateTime)restriction.
MinInclusive
) < 0)