2 writes to MaxExclusive
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\FacetChecker.cs (2)
255_derivedRestriction.MaxExclusive = ParseFacetValue(_builtInType, facet, ResXml.Sch_MaxExclusiveFacetInvalid, null, null); 629_derivedRestriction.MaxExclusive = baseRestriction.MaxExclusive;
14 references to MaxExclusive
dotnet-svcutil-lib (14)
FrameworkFork\Microsoft.Xml\Xml\schema\FacetChecker.cs (14)
259if (!_datatype.IsEqual(_datatype.Restriction.MaxExclusive, _derivedRestriction.MaxExclusive)) 264CheckValue(_derivedRestriction.MaxExclusive, facet); 390if (_datatype.Compare(value, restriction.MaxExclusive) >= 0) 400if (_datatype.Compare(value, restriction.MaxExclusive) > 0) 431if (_datatype.Compare(value, restriction.MaxExclusive) >= 0) 455if (_datatype.Compare(value, restriction.MaxExclusive) >= 0) 524if (_datatype.Compare(_derivedRestriction.MinInclusive, _derivedRestriction.MaxExclusive) > 0) 534if (_datatype.Compare(_derivedRestriction.MinExclusive, _derivedRestriction.MaxExclusive) > 0) 629_derivedRestriction.MaxExclusive = baseRestriction.MaxExclusive; 1035if (value >= valueConverter.ToDecimal(restriction.MaxExclusive)) 1155if (value >= valueConverter.ToDouble(restriction.MaxExclusive)) 1231if (TimeSpan.Compare(value, (TimeSpan)restriction.MaxExclusive) >= 0) 1302if (datatype.Compare(value, (DateTime)restriction.MaxExclusive) >= 0)