24 references to Length
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; 1474return RestrictionFlags.Length | 2448return RestrictionFlags.Length | 2549return RestrictionFlags.Length | 2656return RestrictionFlags.Length | 2741return RestrictionFlags.Length | 3077return RestrictionFlags.Length |
FrameworkFork\Microsoft.Xml\Xml\schema\FacetChecker.cs (16)
55CheckProhibitedFlag(facet, RestrictionFlags.Length, ResXml.Sch_LengthFacetProhibited); 56CheckDupFlag(facet, RestrictionFlags.Length, ResXml.Sch_DupLengthFacet); 59if ((_baseFixedFlags & RestrictionFlags.Length) != 0) 66if ((_baseFlags & RestrictionFlags.Length) != 0) 89SetFlag(facet, RestrictionFlags.Length); 112if ((_baseFlags & RestrictionFlags.Length) != 0) 142if ((_baseFlags & RestrictionFlags.Length) != 0) 487(_derivedRestriction.Flags & RestrictionFlags.Length) != 0 && 563(_derivedRestriction.Flags & RestrictionFlags.Length) == 0 && 564(_baseFlags & RestrictionFlags.Length) != 0 568SetFlag(RestrictionFlags.Length); 1392if ((flags & RestrictionFlags.Length) != 0) 1524if ((flags & RestrictionFlags.Length) != 0) 1593if ((flags & RestrictionFlags.Length) != 0) 1653if ((flags & (RestrictionFlags.Length | RestrictionFlags.MinLength | RestrictionFlags.MaxLength)) != 0) 1656if ((flags & RestrictionFlags.Length) != 0)