24 references to MinLength
System.Xml (24)
System\Xml\Schema\DataTypeImplementation.cs (8)
461
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)
921
return RestrictionFlags.Length|RestrictionFlags.
MinLength
|RestrictionFlags.MaxLength|RestrictionFlags.Enumeration|RestrictionFlags.WhiteSpace | RestrictionFlags.Pattern;
1293
RestrictionFlags.
MinLength
|
2205
RestrictionFlags.
MinLength
|
2297
RestrictionFlags.
MinLength
|
2393
RestrictionFlags.
MinLength
|
2472
RestrictionFlags.
MinLength
|
2789
RestrictionFlags.
MinLength
|
System\Xml\Schema\FacetChecker.cs (16)
72
if ((baseFlags & RestrictionFlags.
MinLength
) != 0) {
87
CheckProhibitedFlag(facet, RestrictionFlags.
MinLength
, Res.Sch_MinLengthFacetProhibited);
88
CheckDupFlag(facet, RestrictionFlags.
MinLength
, Res.Sch_DupMinLengthFacet);
91
if ((baseFixedFlags & RestrictionFlags.
MinLength
) != 0) {
96
if ((baseFlags & RestrictionFlags.
MinLength
) != 0) {
106
SetFlag(facet, RestrictionFlags.
MinLength
);
400
(derivedRestriction.Flags & (RestrictionFlags.
MinLength
|RestrictionFlags.MaxLength)) != 0
409
(derivedRestriction.Flags & RestrictionFlags.
MinLength
) != 0 &&
468
(derivedRestriction.Flags & RestrictionFlags.
MinLength
) == 0 &&
469
(baseFlags & RestrictionFlags.
MinLength
) != 0
472
SetFlag(RestrictionFlags.
MinLength
);
1142
if ((flags & RestrictionFlags.
MinLength
) != 0) {
1251
if ((flags & RestrictionFlags.
MinLength
) != 0) {
1304
if ((flags & RestrictionFlags.
MinLength
) != 0) {
1346
if ((flags & (RestrictionFlags.Length|RestrictionFlags.
MinLength
|RestrictionFlags.MaxLength)) != 0) {
1354
if ((flags & RestrictionFlags.
MinLength
) != 0) {