2 writes to _MaxLength
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\XdrBuilder.cs (2)
1032ad._MaxLength = uint.MaxValue; 1096ParseDtMaxLength(ref builder._AttributeDef._MaxLength, obj, builder);
2 references to _MaxLength
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\XdrBuilder.cs (2)
1146CompareMinMaxLength(builder._AttributeDef._MinLength, builder._AttributeDef._MaxLength, builder); 1147builder._AttributeDef._AttDef.MaxLength = builder._AttributeDef._MaxLength;