2 writes to _choice
System.Private.Xml (2)
System\Xml\Schema\XsdBuilder.cs (2)
1015
_choice
= (XmlSchemaChoice)container;
1972
builder._xso = builder._particle = builder.
_choice
= new XmlSchemaChoice();
3 references to _choice
System.Private.Xml (3)
System\Xml\Schema\XsdBuilder.cs (3)
890
container =
_choice
!;
1327
builder.
_choice
!.Items.Add(builder._element);
1973
builder.AddParticle(builder.
_choice
);