2 writes to MaxLength
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\XdrBuilder.cs (2)
997
ed.
MaxLength
= (long)builder._ElementDef._MaxLength;
1147
builder._AttributeDef._AttDef.
MaxLength
= builder._AttributeDef._MaxLength;
2 references to MaxLength
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\xdrvalidator.cs (2)
502
if (decl.
MaxLength
!= uint.MaxValue)
504
if (value.Length > decl.
MaxLength
)