2 writes to _MinLength
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\XdrBuilder.cs (2)
731
builder._ElementDef.
_MinLength
= uint.MaxValue;
801
ParseDtMinLength(ref builder._ElementDef.
_MinLength
, obj, builder);
2 references to _MinLength
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\XdrBuilder.cs (2)
996
CompareMinMaxLength(builder._ElementDef.
_MinLength
, builder._ElementDef._MaxLength, builder);
998
ed.MinLength = (long)builder._ElementDef.
_MinLength
;