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