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