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