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