5 references to HasParticleRef
System.Private.Xml (5)
System\Xml\Schema\XmlSchemaComplexType.cs (4)
364if (HasParticleRef(complexExt.Particle, parentSchema)) 376if (HasParticleRef(newComplexRest.Particle, parentSchema)) 389if (HasParticleRef(complexType.Particle, parentSchema)) 538foundRef = HasParticleRef(p, parentSchema);
System\Xml\Schema\XmlSchemaGroup.cs (1)
81if (XmlSchemaComplexType.HasParticleRef(_particle, parentSchema))