6 references to MINOCCURS
System.Data (6)
fx\src\data\System\Data\XDRSchema.cs (2)
180string occurs = node.GetAttribute(Keywords.MINOCCURS); 460string occurs = elNode.GetAttribute(Keywords.MINOCCURS);
fx\src\data\System\Data\xmlsaver.cs (4)
617el.SetAttribute(Keywords.MINOCCURS, top[i].MinOccurs.ToString(CultureInfo.InvariantCulture)); 905compositor.SetAttribute(Keywords.MINOCCURS, Keywords.ZERO_DIGIT); 1301root.SetAttribute(Keywords.MINOCCURS, minOccurs.ToString(CultureInfo.InvariantCulture)); 1668NestedTable.SetAttribute(Keywords.MINOCCURS , "0");