11 references to SetContentType
System.Xml (11)
System\Xml\Schema\SchemaCollectionCompiler.cs (5)
568
complexType.
SetContentType
(XmlSchemaContentType.TextOnly);
591
complexType.
SetContentType
(GetSchemaContentType(complexType, null, complexType.ContentTypeParticle));
771
complexType.
SetContentType
(contentType);
778
complexType.
SetContentType
(GetSchemaContentType(complexType, complexContent, complexType.ContentTypeParticle));
809
complexType.
SetContentType
(GetSchemaContentType(complexType, complexContent, complexType.ContentTypeParticle));
System\Xml\Schema\SchemaSetCompiler.cs (4)
636
complexType.
SetContentType
(XmlSchemaContentType.TextOnly);
659
complexType.
SetContentType
(GetSchemaContentType(complexType, null, complexType.ContentTypeParticle));
832
complexType.
SetContentType
(contentType);
863
complexType.
SetContentType
(derivedContentType);
System\Xml\Schema\XmlSchemaComplexType.cs (2)
52
untypedAnyType.
SetContentType
(XmlSchemaContentType.Mixed);
74
localAnyType.
SetContentType
(XmlSchemaContentType.Mixed);