2 writes to _MinLength
System.Xml (2)
System\Xml\Schema\XdrBuilder.cs (2)
665
builder._ElementDef.
_MinLength
= uint.MaxValue;
722
ParseDtMinLength(ref builder._ElementDef.
_MinLength
, obj, builder);
2 references to _MinLength
System.Xml (2)
System\Xml\Schema\XdrBuilder.cs (2)
887
CompareMinMaxLength(builder._ElementDef.
_MinLength
, builder._ElementDef._MaxLength, builder);
889
ed.MinLength = (long)builder._ElementDef.
_MinLength
;