2 writes to MaxLength
System.Private.Xml (2)
System\Xml\Schema\XdrBuilder.cs (2)
991ed.MaxLength = (long)builder._ElementDef._MaxLength; 1137builder._AttributeDef._AttDef.MaxLength = builder._AttributeDef._MaxLength;
2 references to MaxLength
System.Private.Xml (2)
System\Xml\Schema\XdrValidator.cs (2)
503if (decl.MaxLength != uint.MaxValue) 505if (value.Length > decl.MaxLength)