14 references to SetContentTypeParticle
dotnet-svcutil-lib (14)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (6)
358
complexType.
SetContentTypeParticle
(XmlSchemaParticle.Empty);
739
complexType.
SetContentTypeParticle
(CompileContentTypeParticle(complexType.Particle, true));
957
complexType.
SetContentTypeParticle
(CompileContentTypeParticle(compiledParticle, false));
961
complexType.
SetContentTypeParticle
(baseParticle);
976
complexType.
SetContentTypeParticle
(extendedParticle);
1014
complexType.
SetContentTypeParticle
(CompileContentTypeParticle(complexRestriction.Particle, true));
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (6)
344
complexType.
SetContentTypeParticle
(XmlSchemaParticle.Empty);
826
complexType.
SetContentTypeParticle
(CompileContentTypeParticle(complexType.Particle));
1026
complexType.
SetContentTypeParticle
(CompileContentTypeParticle(compiledParticle));
1030
complexType.
SetContentTypeParticle
(baseParticle);
1035
complexType.
SetContentTypeParticle
(extendedParticle);
1084
complexType.
SetContentTypeParticle
(CompileContentTypeParticle(complexRestriction.Particle));
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaComplexType.cs (2)
54
s_untypedAnyType.
SetContentTypeParticle
(s_anyTypeLax.ContentTypeParticle);
76
localAnyType.
SetContentTypeParticle
(seq);