2 writes to _MaxLength
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\XdrBuilder.cs (2)
730builder._ElementDef._MaxLength = uint.MaxValue; 796ParseDtMaxLength(ref builder._ElementDef._MaxLength, obj, builder);
2 references to _MaxLength
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\XdrBuilder.cs (2)
996CompareMinMaxLength(builder._ElementDef._MinLength, builder._ElementDef._MaxLength, builder); 997ed.MaxLength = (long)builder._ElementDef._MaxLength;