5 references to CloneParticle
System.Private.Xml (5)
System\Xml\Schema\XmlSchemaComplexType.cs (4)
366
newComplexExt.Particle =
CloneParticle
(complexExt.Particle, parentSchema);
378
newComplexRest.Particle =
CloneParticle
(newComplexRest.Particle, parentSchema);
391
complexType.Particle =
CloneParticle
(complexType.Particle, parentSchema);
450
newParticles[i] =
CloneParticle
(p, parentSchema);
System\Xml\Schema\XmlSchemaGroup.cs (1)
83
newGroup._particle = XmlSchemaComplexType.
CloneParticle
(_particle, parentSchema) as XmlSchemaGroupBase;