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