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