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