4 writes to MinOccurs
System.Data (4)
fx\src\data\System\Data\XDRSchema.cs (2)
557
table.
MinOccurs
= minOccurs;
634
table.
MinOccurs
= minOccurs;
fx\src\data\System\Data\XMLSchema.cs (2)
1254
table.
MinOccurs
= node.MinOccurs;
1397
table.
MinOccurs
= node.MinOccurs;
2 references to MinOccurs
System.Data (2)
fx\src\data\System\Data\xmlsaver.cs (2)
616
if (top[i].
MinOccurs
!= 1) {
617
el.SetAttribute(Keywords.MINOCCURS, top[i].
MinOccurs
.ToString(CultureInfo.InvariantCulture));