9 references to ContentType
System.Xml (6)
System\Xml\Core\XsdValidatingReader.cs (4)
356if (xmlSchemaInfo.ContentType == XmlSchemaContentType.TextOnly) { 362if (attributePSVI != null && AttributeSchemaInfo.ContentType == XmlSchemaContentType.TextOnly) { 1926if (xmlSchemaInfo.ContentType == XmlSchemaContentType.TextOnly) { 1944if (xmlSchemaInfo.ContentType == XmlSchemaContentType.TextOnly) {
System\Xml\Core\XsdValidatingReaderAsync.cs (2)
648if (xmlSchemaInfo.ContentType == XmlSchemaContentType.TextOnly) { 667if (xmlSchemaInfo.ContentType == XmlSchemaContentType.TextOnly) {
System.Xml.Linq (3)
System\Xml\Linq\XNodeValidator.cs (3)
316return si1.ContentType == si2.ContentType && 328int h = (int)si.ContentType;