6 references to Choice
System.Xml (6)
System\Xml\Schema\SchemaCollectionCompiler.cs (6)
361
for (int j = 0; j < g.
Choice
.Items.Count; ++j) {
362
substitutionGroup.
Choice
.Items.Add(g.
Choice
.Items[j]);
366
substitutionGroup.
Choice
.Items.Add(element);
369
substitutionGroup.
Choice
.Items.Add(examplar);
884
XmlSchemaChoice choice = (XmlSchemaChoice)substitutionGroup.
Choice
.Clone();