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