2 writes to groupRef
System.Xml (2)
System\Xml\Schema\XsdBuilder.cs (2)
971this.groupRef = (XmlSchemaGroupRef)container; 1777builder.xso = builder.particle = builder.groupRef = new XmlSchemaGroupRef();
3 references to groupRef
System.Xml (3)
System\Xml\Schema\XsdBuilder.cs (3)
848container = this.groupRef; 1778builder.AddParticle(builder.groupRef); 1790builder.groupRef.RefName = builder.ParseQName(value, "ref");