2 writes to _MinLength
System.Private.Xml (2)
System\Xml\Schema\XdrBuilder.cs (2)
1027
ad.
_MinLength
= uint.MaxValue;
1091
ParseDtMinLength(ref builder._AttributeDef.
_MinLength
, obj, builder);
2 references to _MinLength
System.Private.Xml (2)
System\Xml\Schema\XdrBuilder.cs (2)
1136
CompareMinMaxLength(builder._AttributeDef.
_MinLength
, builder._AttributeDef._MaxLength, builder);
1138
builder._AttributeDef._AttDef.MinLength = builder._AttributeDef.
_MinLength
;