5 references to HasParticleRef
System.Xml (5)
System\Xml\Schema\XmlSchemaComplexType.cs (4)
394if (HasParticleRef(complexExt.Particle, parentSchema)) { 404if (HasParticleRef(newComplexRest.Particle, parentSchema)) { 413if (HasParticleRef(complexType.Particle, parentSchema)) { 536foundRef = HasParticleRef(p, parentSchema);
System\Xml\Schema\XmlSchemaGroup.cs (1)
86if (XmlSchemaComplexType.HasParticleRef(this.particle, parentSchema)) {