2 writes to MinLength
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\XdrBuilder.cs (2)
998
ed.
MinLength
= (long)builder._ElementDef._MinLength;
1148
builder._AttributeDef._AttDef.
MinLength
= builder._AttributeDef._MinLength;
2 references to MinLength
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\xdrvalidator.cs (2)
509
if (decl.
MinLength
!= uint.MaxValue)
511
if (value.Length < decl.
MinLength
)