2 writes to _MaxLength
System.Private.Xml (2)
System\Xml\Schema\XdrBuilder.cs (2)
1026
ad.
_MaxLength
= uint.MaxValue;
1086
ParseDtMaxLength(ref builder._AttributeDef.
_MaxLength
, obj, builder);
2 references to _MaxLength
System.Private.Xml (2)
System\Xml\Schema\XdrBuilder.cs (2)
1136
CompareMinMaxLength(builder._AttributeDef._MinLength, builder._AttributeDef.
_MaxLength
, builder);
1137
builder._AttributeDef._AttDef.MaxLength = builder._AttributeDef.
_MaxLength
;