24 references to MaxLength
dotnet-svcutil-lib (24)
FrameworkFork\Microsoft.Xml\Xml\schema\DatatypeImplementation.cs (8)
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) 1042return RestrictionFlags.Length | RestrictionFlags.MinLength | RestrictionFlags.MaxLength | RestrictionFlags.Enumeration | RestrictionFlags.WhiteSpace | RestrictionFlags.Pattern; 1476RestrictionFlags.MaxLength | 2450RestrictionFlags.MaxLength | 2551RestrictionFlags.MaxLength | 2658RestrictionFlags.MaxLength | 2743RestrictionFlags.MaxLength | 3079RestrictionFlags.MaxLength |
FrameworkFork\Microsoft.Xml\Xml\schema\FacetChecker.cs (16)
82if ((_baseFlags & RestrictionFlags.MaxLength) != 0) 124CheckProhibitedFlag(facet, RestrictionFlags.MaxLength, ResXml.Sch_MaxLengthFacetProhibited); 125CheckDupFlag(facet, RestrictionFlags.MaxLength, ResXml.Sch_DupMaxLengthFacet); 128if ((_baseFixedFlags & RestrictionFlags.MaxLength) != 0) 135if ((_baseFlags & RestrictionFlags.MaxLength) != 0) 149SetFlag(facet, RestrictionFlags.MaxLength); 488(_derivedRestriction.Flags & (RestrictionFlags.MinLength | RestrictionFlags.MaxLength)) != 0 499(_derivedRestriction.Flags & RestrictionFlags.MaxLength) != 0 579(_derivedRestriction.Flags & RestrictionFlags.MaxLength) == 0 && 580(_baseFlags & RestrictionFlags.MaxLength) != 0 584SetFlag(RestrictionFlags.MaxLength); 1406if ((flags & RestrictionFlags.MaxLength) != 0) 1538if ((flags & RestrictionFlags.MaxLength) != 0) 1607if ((flags & RestrictionFlags.MaxLength) != 0) 1653if ((flags & (RestrictionFlags.Length | RestrictionFlags.MinLength | RestrictionFlags.MaxLength)) != 0) 1672if ((flags & RestrictionFlags.MaxLength) != 0)