24 references to Length
dotnet-svcutil-lib (24)
FrameworkFork\Microsoft.Xml\Xml\schema\DatatypeImplementation.cs (8)
526
if (flags != 0 && (flags & (RestrictionFlags.
Length
| RestrictionFlags.MinLength | RestrictionFlags.MaxLength | RestrictionFlags.MaxExclusive | RestrictionFlags.MaxInclusive | RestrictionFlags.MinExclusive | RestrictionFlags.MinInclusive | RestrictionFlags.TotalDigits | RestrictionFlags.FractionDigits | RestrictionFlags.Enumeration)) != 0)
1042
return RestrictionFlags.
Length
| RestrictionFlags.MinLength | RestrictionFlags.MaxLength | RestrictionFlags.Enumeration | RestrictionFlags.WhiteSpace | RestrictionFlags.Pattern;
1474
return RestrictionFlags.
Length
|
2448
return RestrictionFlags.
Length
|
2549
return RestrictionFlags.
Length
|
2656
return RestrictionFlags.
Length
|
2741
return RestrictionFlags.
Length
|
3077
return RestrictionFlags.
Length
|
FrameworkFork\Microsoft.Xml\Xml\schema\FacetChecker.cs (16)
55
CheckProhibitedFlag(facet, RestrictionFlags.
Length
, ResXml.Sch_LengthFacetProhibited);
56
CheckDupFlag(facet, RestrictionFlags.
Length
, ResXml.Sch_DupLengthFacet);
59
if ((_baseFixedFlags & RestrictionFlags.
Length
) != 0)
66
if ((_baseFlags & RestrictionFlags.
Length
) != 0)
89
SetFlag(facet, RestrictionFlags.
Length
);
112
if ((_baseFlags & RestrictionFlags.
Length
) != 0)
142
if ((_baseFlags & RestrictionFlags.
Length
) != 0)
487
(_derivedRestriction.Flags & RestrictionFlags.
Length
) != 0 &&
563
(_derivedRestriction.Flags & RestrictionFlags.
Length
) == 0 &&
564
(_baseFlags & RestrictionFlags.
Length
) != 0
568
SetFlag(RestrictionFlags.
Length
);
1392
if ((flags & RestrictionFlags.
Length
) != 0)
1524
if ((flags & RestrictionFlags.
Length
) != 0)
1593
if ((flags & RestrictionFlags.
Length
) != 0)
1653
if ((flags & (RestrictionFlags.
Length
| RestrictionFlags.MinLength | RestrictionFlags.MaxLength)) != 0)
1656
if ((flags & RestrictionFlags.
Length
) != 0)