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