2 writes to MinLength
System.Private.Xml (2)
System\Xml\Schema\XdrBuilder.cs (2)
992ed.MinLength = (long)builder._ElementDef._MinLength; 1138builder._AttributeDef._AttDef.MinLength = builder._AttributeDef._MinLength;
2 references to MinLength
System.Private.Xml (2)
System\Xml\Schema\XdrValidator.cs (2)
510if (decl.MinLength != uint.MaxValue) 512if (value.Length < decl.MinLength)