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