14 references to SetContentTypeParticle
System.Xml (14)
System\Xml\Schema\SchemaCollectionCompiler.cs (6)
290complexType.SetContentTypeParticle(XmlSchemaParticle.Empty); 590complexType.SetContentTypeParticle(CompileContentTypeParticle(complexType.Particle, true)); 762complexType.SetContentTypeParticle(CompileContentTypeParticle(compiledParticle, false)); 765complexType.SetContentTypeParticle(baseParticle); 777complexType.SetContentTypeParticle(extendedParticle); 808complexType.SetContentTypeParticle(CompileContentTypeParticle(complexRestriction.Particle, true));
System\Xml\Schema\SchemaSetCompiler.cs (6)
278complexType.SetContentTypeParticle(XmlSchemaParticle.Empty); 658complexType.SetContentTypeParticle(CompileContentTypeParticle(complexType.Particle)); 813complexType.SetContentTypeParticle(CompileContentTypeParticle(compiledParticle)); 816complexType.SetContentTypeParticle(baseParticle); 820complexType.SetContentTypeParticle(extendedParticle); 861complexType.SetContentTypeParticle(CompileContentTypeParticle(complexRestriction.Particle));
System\Xml\Schema\XmlSchemaComplexType.cs (2)
51untypedAnyType.SetContentTypeParticle(anyTypeLax.ContentTypeParticle); 73localAnyType.SetContentTypeParticle(seq);