6 references to Choice
dotnet-svcutil-lib (6)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (6)
450
for (int j = 0; j < g.
Choice
.Items.Count; ++j)
452
substitutionGroup.
Choice
.Items.Add(g.
Choice
.Items[j]);
457
substitutionGroup.
Choice
.Items.Add(element);
460
substitutionGroup.
Choice
.Items.Add(examplar);
1113
XmlSchemaChoice choice = (XmlSchemaChoice)substitutionGroup.
Choice
.Clone();