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