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