2 writes to _MinLength
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\XdrBuilder.cs (2)
731builder._ElementDef._MinLength = uint.MaxValue; 801ParseDtMinLength(ref builder._ElementDef._MinLength, obj, builder);
2 references to _MinLength
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\XdrBuilder.cs (2)
996CompareMinMaxLength(builder._ElementDef._MinLength, builder._ElementDef._MaxLength, builder); 998ed.MinLength = (long)builder._ElementDef._MinLength;