24 references to MinLength
System.Private.Xml (24)
System\Xml\Schema\DataTypeImplementation.cs (8)
515
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)
1009
return RestrictionFlags.Length | RestrictionFlags.
MinLength
| RestrictionFlags.MaxLength | RestrictionFlags.Enumeration | RestrictionFlags.WhiteSpace | RestrictionFlags.Pattern;
1448
RestrictionFlags.
MinLength
|
2399
RestrictionFlags.
MinLength
|
2497
RestrictionFlags.
MinLength
|
2601
RestrictionFlags.
MinLength
|
2685
RestrictionFlags.
MinLength
|
3018
RestrictionFlags.
MinLength
|
System\Xml\Schema\FacetChecker.cs (16)
74
if ((_baseFlags & RestrictionFlags.
MinLength
) != 0)
94
CheckProhibitedFlag(facet, RestrictionFlags.
MinLength
, SR.Sch_MinLengthFacetProhibited);
95
CheckDupFlag(facet, RestrictionFlags.
MinLength
, SR.Sch_DupMinLengthFacet);
98
if ((_baseFixedFlags & RestrictionFlags.
MinLength
) != 0)
105
if ((_baseFlags & RestrictionFlags.
MinLength
) != 0)
119
SetFlag(facet, RestrictionFlags.
MinLength
);
488
(_derivedRestriction.Flags & (RestrictionFlags.
MinLength
| RestrictionFlags.MaxLength)) != 0
498
(_derivedRestriction.Flags & RestrictionFlags.
MinLength
) != 0 &&
570
(_derivedRestriction.Flags & RestrictionFlags.
MinLength
) == 0 &&
571
(_baseFlags & RestrictionFlags.
MinLength
) != 0
575
SetFlag(RestrictionFlags.
MinLength
);
1378
if ((flags & RestrictionFlags.
MinLength
) != 0)
1512
if ((flags & RestrictionFlags.
MinLength
) != 0)
1581
if ((flags & RestrictionFlags.
MinLength
) != 0)
1634
if ((flags & (RestrictionFlags.Length | RestrictionFlags.
MinLength
| RestrictionFlags.MaxLength)) != 0)
1645
if ((flags & RestrictionFlags.
MinLength
) != 0)