2 writes to _MinLength
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\XdrBuilder.cs (2)
1033ad._MinLength = uint.MaxValue; 1101ParseDtMinLength(ref builder._AttributeDef._MinLength, obj, builder);
2 references to _MinLength
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\XdrBuilder.cs (2)
1146CompareMinMaxLength(builder._AttributeDef._MinLength, builder._AttributeDef._MaxLength, builder); 1148builder._AttributeDef._AttDef.MinLength = builder._AttributeDef._MinLength;