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