2 writes to MinLength
System.Xml (2)
System\Xml\Schema\XdrBuilder.cs (2)
889
ed.
MinLength
= (long)builder._ElementDef._MinLength;
1016
builder._AttributeDef._AttDef.
MinLength
= builder._AttributeDef._MinLength;
2 references to MinLength
System.Xml (2)
System\Xml\Schema\XdrValidator.cs (2)
419
if (decl.
MinLength
!= uint.MaxValue) {
420
if(value.Length < decl.
MinLength
) {