24 references to MinLength
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; 1475RestrictionFlags.MinLength | 2449RestrictionFlags.MinLength | 2550RestrictionFlags.MinLength | 2657RestrictionFlags.MinLength | 2742RestrictionFlags.MinLength | 3078RestrictionFlags.MinLength |
FrameworkFork\Microsoft.Xml\Xml\schema\FacetChecker.cs (16)
74if ((_baseFlags & RestrictionFlags.MinLength) != 0) 94CheckProhibitedFlag(facet, RestrictionFlags.MinLength, ResXml.Sch_MinLengthFacetProhibited); 95CheckDupFlag(facet, RestrictionFlags.MinLength, ResXml.Sch_DupMinLengthFacet); 98if ((_baseFixedFlags & RestrictionFlags.MinLength) != 0) 105if ((_baseFlags & RestrictionFlags.MinLength) != 0) 119SetFlag(facet, RestrictionFlags.MinLength); 488(_derivedRestriction.Flags & (RestrictionFlags.MinLength | RestrictionFlags.MaxLength)) != 0 498(_derivedRestriction.Flags & RestrictionFlags.MinLength) != 0 && 571(_derivedRestriction.Flags & RestrictionFlags.MinLength) == 0 && 572(_baseFlags & RestrictionFlags.MinLength) != 0 576SetFlag(RestrictionFlags.MinLength); 1399if ((flags & RestrictionFlags.MinLength) != 0) 1531if ((flags & RestrictionFlags.MinLength) != 0) 1600if ((flags & RestrictionFlags.MinLength) != 0) 1653if ((flags & (RestrictionFlags.Length | RestrictionFlags.MinLength | RestrictionFlags.MaxLength)) != 0) 1664if ((flags & RestrictionFlags.MinLength) != 0)