2 writes to _all
System.Private.Xml (2)
System\Xml\Schema\XsdBuilder.cs (2)
1012
_all
= (XmlSchemaAll)container;
1957
builder._xso = builder._particle = builder.
_all
= new XmlSchemaAll();
3 references to _all
System.Private.Xml (3)
System\Xml\Schema\XsdBuilder.cs (3)
887
container =
_all
!;
1324
builder.
_all
!.Items.Add(builder._element);
1958
builder.AddParticle(builder.
_all
);