2 writes to choice
System.Xml (2)
System\Xml\Schema\XsdBuilder.cs (2)
977this.choice = (XmlSchemaChoice)container; 1817builder.xso = builder.particle = builder.choice = new XmlSchemaChoice();
3 references to choice
System.Xml (3)
System\Xml\Schema\XsdBuilder.cs (3)
854container = this.choice; 1259builder.choice.Items.Add(builder.element); 1818builder.AddParticle(builder.choice);