18 references to ContentTypeParticle
System.Private.Xml (18)
System\Xml\Schema\SchemaCollectionCompiler.cs (9)
749complexType.SetContentType(GetSchemaContentType(complexType, null, complexType.ContentTypeParticle)); 957XmlSchemaParticle baseParticle = baseType.ContentTypeParticle; 986complexType.SetContentType(GetSchemaContentType(complexType, complexContent, complexType.ContentTypeParticle)); 1025complexType.SetContentType(GetSchemaContentType(complexType, complexContent, complexType.ContentTypeParticle)); 1046if (!IsValidRestriction(complexType.ContentTypeParticle, baseType.ContentTypeParticle)) 2353XmlSchemaParticle particle = complexType.ContentTypeParticle; 2611if (complexType.ContentTypeParticle != XmlSchemaParticle.Empty) 2613CompileParticleElements(complexType, complexType.ContentTypeParticle);
System\Xml\Schema\SchemaSetCompiler.cs (8)
840complexType.SetContentType(GetSchemaContentType(complexType, null, complexType.ContentTypeParticle)); 1033XmlSchemaParticle baseParticle = baseType.ContentTypeParticle; 1104XmlSchemaContentType derivedContentType = GetSchemaContentType(complexType, complexContent, complexType.ContentTypeParticle); 1131XmlSchemaParticle derivedParticle = CanonicalizePointlessRoot(complexType.ContentTypeParticle); 1132XmlSchemaParticle baseParticle = CanonicalizePointlessRoot(baseType.ContentTypeParticle); 2822XmlSchemaParticle particle = complexType.ContentTypeParticle; 3010if (complexType.ContentTypeParticle != XmlSchemaParticle.Empty) 3012CompileParticleElements(complexType, complexType.ContentTypeParticle);
System\Xml\Schema\XmlSchemaComplexType.cs (1)
44untypedAny.SetContentTypeParticle(s_anyTypeLax.ContentTypeParticle);