2 writes to MaxLength
System.Xml (2)
System\Xml\Schema\XdrBuilder.cs (2)
888ed.MaxLength = (long)builder._ElementDef._MaxLength; 1015builder._AttributeDef._AttDef.MaxLength = builder._AttributeDef._MaxLength;
2 references to MaxLength
System.Xml (2)
System\Xml\Schema\XdrValidator.cs (2)
414if (decl.MaxLength != uint.MaxValue) { 415if(value.Length > decl.MaxLength) {