2 writes to all
System.Xml (2)
System\Xml\Schema\XsdBuilder.cs (2)
974this.all = (XmlSchemaAll)container; 1803builder.xso = builder.particle = builder.all = new XmlSchemaAll();
3 references to all
System.Xml (3)
System\Xml\Schema\XsdBuilder.cs (3)
851container = this.all; 1256builder.all.Items.Add(builder.element); 1804builder.AddParticle(builder.all);