14 references to SetContentTypeParticle
System.Private.Xml (14)
System\Xml\Schema\SchemaCollectionCompiler.cs (6)
369complexType.SetContentTypeParticle(XmlSchemaParticle.Empty); 748complexType.SetContentTypeParticle(CompileContentTypeParticle(complexType.Particle, true)); 966complexType.SetContentTypeParticle(CompileContentTypeParticle(compiledParticle, false)); 970complexType.SetContentTypeParticle(baseParticle); 985complexType.SetContentTypeParticle(extendedParticle); 1024complexType.SetContentTypeParticle(CompileContentTypeParticle(complexRestriction.Particle, true));
System\Xml\Schema\SchemaSetCompiler.cs (6)
358complexType.SetContentTypeParticle(XmlSchemaParticle.Empty); 839complexType.SetContentTypeParticle(CompileContentTypeParticle(complexType.Particle)); 1042complexType.SetContentTypeParticle(CompileContentTypeParticle(compiledParticle)); 1046complexType.SetContentTypeParticle(baseParticle); 1051complexType.SetContentTypeParticle(extendedParticle); 1103complexType.SetContentTypeParticle(CompileContentTypeParticle(complexRestriction.Particle));
System\Xml\Schema\XmlSchemaComplexType.cs (2)
44untypedAny.SetContentTypeParticle(s_anyTypeLax.ContentTypeParticle); 68localAnyType.SetContentTypeParticle(seq);