24 references to MaxExclusive
dotnet-svcutil-lib (24)
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) 1632RestrictionFlags.MaxExclusive | 1721RestrictionFlags.MaxExclusive | 1815RestrictionFlags.MaxExclusive | 1905RestrictionFlags.MaxExclusive | 2060RestrictionFlags.MaxExclusive |
FrameworkFork\Microsoft.Xml\Xml\schema\FacetChecker.cs (18)
253CheckProhibitedFlag(facet, RestrictionFlags.MaxExclusive, ResXml.Sch_MaxExclusiveFacetProhibited); 254CheckDupFlag(facet, RestrictionFlags.MaxExclusive, ResXml.Sch_DupMaxExclusiveFacet); 257if ((_baseFixedFlags & RestrictionFlags.MaxExclusive) != 0) 265SetFlag(facet, RestrictionFlags.MaxExclusive); 388if ((_baseFlags & RestrictionFlags.MaxExclusive) != 0) 398if ((_baseFlags & RestrictionFlags.MaxExclusive) != 0) 429if ((_baseFlags & RestrictionFlags.MaxExclusive) != 0) 453if ((_baseFlags & RestrictionFlags.MaxExclusive) != 0) 474(_derivedRestriction.Flags & RestrictionFlags.MaxExclusive) != 0 521(_derivedRestriction.Flags & RestrictionFlags.MaxExclusive) != 0 531(_derivedRestriction.Flags & RestrictionFlags.MaxExclusive) != 0 625(_derivedRestriction.Flags & RestrictionFlags.MaxExclusive) == 0 && 626(_baseFlags & RestrictionFlags.MaxExclusive) != 0 630SetFlag(RestrictionFlags.MaxExclusive); 1033if ((flags & RestrictionFlags.MaxExclusive) != 0) 1153if ((flags & RestrictionFlags.MaxExclusive) != 0) 1229if ((flags & RestrictionFlags.MaxExclusive) != 0) 1300if ((flags & RestrictionFlags.MaxExclusive) != 0)