2 writes to _choice
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (2)
1023
_choice
= (XmlSchemaChoice)container;
1977
builder._xso = builder._particle = builder.
_choice
= new XmlSchemaChoice();
3 references to _choice
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (3)
898
container =
_choice
;
1334
builder.
_choice
.Items.Add(builder._element);
1978
builder.AddParticle(builder.
_choice
);