5 references to CloneParticle
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaComplexType.cs (4)
456
newComplexExt.Particle =
CloneParticle
(complexExt.Particle, parentSchema);
468
newComplexRest.Particle =
CloneParticle
(newComplexRest.Particle, parentSchema);
479
complexType.Particle =
CloneParticle
(complexType.Particle, parentSchema);
538
newParticles[i] =
CloneParticle
(p, parentSchema);
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaGroup.cs (1)
100
newGroup._particle = XmlSchemaComplexType.
CloneParticle
(_particle, parentSchema) as XmlSchemaGroupBase;