3 references to SchemaContentType
System.Xml (3)
System\Xml\Schema\XmlSchemaComplexType.cs (1)
230get { return SchemaContentType; }
System\Xml\Schema\XmlSchemaInfo.cs (1)
75contentType = schemaType.SchemaContentType;
System\Xml\Schema\XmlSchemaSimpleType.cs (1)
26Debug.Assert(SchemaContentType == XmlSchemaContentType.TextOnly);