22 references to ContentTypeParticle
dotnet-svcutil-lib (22)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (11)
740complexType.SetContentType(GetSchemaContentType(complexType, null, complexType.ContentTypeParticle)); 948XmlSchemaParticle baseParticle = baseType.ContentTypeParticle; 977complexType.SetContentType(GetSchemaContentType(complexType, complexContent, complexType.ContentTypeParticle)); 1015complexType.SetContentType(GetSchemaContentType(complexType, complexContent, complexType.ContentTypeParticle)); 1035if (!IsValidRestriction(complexType.ContentTypeParticle, baseType.ContentTypeParticle)) 1038if (complexType.ContentTypeParticle != null && baseType.ContentTypeParticle != null) 2437XmlSchemaParticle particle = complexType.ContentTypeParticle; 2704if (complexType.ContentTypeParticle != XmlSchemaParticle.Empty) 2706CompileParticleElements(complexType, complexType.ContentTypeParticle);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (10)
827complexType.SetContentType(GetSchemaContentType(complexType, null, complexType.ContentTypeParticle)); 1017XmlSchemaParticle baseParticle = baseType.ContentTypeParticle; 1085XmlSchemaContentType derivedContentType = GetSchemaContentType(complexType, complexContent, complexType.ContentTypeParticle); 1112XmlSchemaParticle derivedParticle = CannonicalizePointlessRoot(complexType.ContentTypeParticle); 1113XmlSchemaParticle baseParticle = CannonicalizePointlessRoot(baseType.ContentTypeParticle); 1117if (complexType.ContentTypeParticle != null && baseType.ContentTypeParticle != null) 2880XmlSchemaParticle particle = complexType.ContentTypeParticle; 3168if (complexType.ContentTypeParticle != XmlSchemaParticle.Empty) 3170CompileParticleElements(complexType, complexType.ContentTypeParticle);
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaComplexType.cs (1)
54s_untypedAnyType.SetContentTypeParticle(s_anyTypeLax.ContentTypeParticle);