5 references to CloneParticle
System.Xml (5)
System\Xml\Schema\XmlSchemaComplexType.cs (4)
395newComplexExt.Particle = CloneParticle(complexExt.Particle, parentSchema); 405newComplexRest.Particle = CloneParticle(newComplexRest.Particle, parentSchema); 414complexType.Particle = CloneParticle(complexType.Particle, parentSchema); 464newParticles[i] = CloneParticle(p, parentSchema);
System\Xml\Schema\XmlSchemaGroup.cs (1)
87newGroup.particle = XmlSchemaComplexType.CloneParticle(this.particle, parentSchema) as XmlSchemaGroupBase;