22 references to MinExclusive
dotnet-svcutil-lib (22)
FrameworkFork\Microsoft.Xml\Xml\schema\DatatypeImplementation.cs (6)
526if (flags != 0 && (flags & (RestrictionFlags.Length | RestrictionFlags.MinLength | RestrictionFlags.MaxLength | RestrictionFlags.MaxExclusive | RestrictionFlags.MaxInclusive | RestrictionFlags.MinExclusive | RestrictionFlags.MinInclusive | RestrictionFlags.TotalDigits | RestrictionFlags.FractionDigits | RestrictionFlags.Enumeration)) != 0) 1630RestrictionFlags.MinExclusive | 1719RestrictionFlags.MinExclusive | 1813RestrictionFlags.MinExclusive | 1903RestrictionFlags.MinExclusive | 2058RestrictionFlags.MinExclusive |
FrameworkFork\Microsoft.Xml\Xml\schema\FacetChecker.cs (16)
287CheckProhibitedFlag(facet, RestrictionFlags.MinExclusive, ResXml.Sch_MinExclusiveFacetProhibited); 288CheckDupFlag(facet, RestrictionFlags.MinExclusive, ResXml.Sch_DupMinExclusiveFacet); 291if ((_baseFixedFlags & RestrictionFlags.MinExclusive) != 0) 299SetFlag(facet, RestrictionFlags.MinExclusive); 422if ((_baseFlags & RestrictionFlags.MinExclusive) != 0) 439if ((_baseFlags & RestrictionFlags.MinExclusive) != 0) 481(_derivedRestriction.Flags & RestrictionFlags.MinExclusive) != 0 530(_derivedRestriction.Flags & RestrictionFlags.MinExclusive) != 0 && 540(_derivedRestriction.Flags & RestrictionFlags.MinExclusive) != 0 && 641(_derivedRestriction.Flags & RestrictionFlags.MinExclusive) == 0 && 642(_baseFlags & RestrictionFlags.MinExclusive) != 0 646SetFlag(RestrictionFlags.MinExclusive); 1049if ((flags & RestrictionFlags.MinExclusive) != 0) 1169if ((flags & RestrictionFlags.MinExclusive) != 0) 1245if ((flags & RestrictionFlags.MinExclusive) != 0) 1316if ((flags & RestrictionFlags.MinExclusive) != 0)