2 writes to sequence
System.Xml (2)
System\Xml\Schema\XsdBuilder.cs (2)
980
this.
sequence
= (XmlSchemaSequence)container;
1831
builder.xso = builder.particle = builder.
sequence
= new XmlSchemaSequence();
3 references to sequence
System.Xml (3)
System\Xml\Schema\XsdBuilder.cs (3)
857
container = this.
sequence
;
1262
builder.
sequence
.Items.Add(builder.element);
1832
builder.AddParticle(builder.
sequence
);