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