11 references to SetContentType
System.Private.Xml (11)
System\Xml\Schema\SchemaCollectionCompiler.cs (5)
720
complexType.
SetContentType
(XmlSchemaContentType.TextOnly);
749
complexType.
SetContentType
(GetSchemaContentType(complexType, null, complexType.ContentTypeParticle));
977
complexType.
SetContentType
(contentType);
986
complexType.
SetContentType
(GetSchemaContentType(complexType, complexContent, complexType.ContentTypeParticle));
1025
complexType.
SetContentType
(GetSchemaContentType(complexType, complexContent, complexType.ContentTypeParticle));
System\Xml\Schema\SchemaSetCompiler.cs (4)
811
complexType.
SetContentType
(XmlSchemaContentType.TextOnly);
840
complexType.
SetContentType
(GetSchemaContentType(complexType, null, complexType.ContentTypeParticle));
1067
complexType.
SetContentType
(contentType);
1105
complexType.
SetContentType
(derivedContentType);
System\Xml\Schema\XmlSchemaComplexType.cs (2)
45
untypedAny.
SetContentType
(XmlSchemaContentType.Mixed);
69
localAnyType.
SetContentType
(XmlSchemaContentType.Mixed);