2 writes to group
System.Xml (2)
System\Xml\Schema\XsdBuilder.cs (2)
968this.group = (XmlSchemaGroup)container; 1750builder.xso = builder.group = new XmlSchemaGroup();
6 references to group
System.Xml (6)
System\Xml\Schema\XsdBuilder.cs (6)
845container = this.group; 1754builder.schema.Items.Add(builder.group); 1757builder.redefine.Items.Add(builder.group); 1763builder.group.Name = value; 2206if (group.Particle != null) { 2209group.Particle = (XmlSchemaGroupBase)particle;