9 references to ContentType
System.Private.Xml (6)
System\Xml\Core\XsdValidatingReader.cs (4)
423if (_xmlSchemaInfo.ContentType == XmlSchemaContentType.TextOnly) 432if (_attributePSVI != null && AttributeSchemaInfo.ContentType == XmlSchemaContentType.TextOnly) 2448if (_xmlSchemaInfo.ContentType == XmlSchemaContentType.TextOnly) 2472if (_xmlSchemaInfo.ContentType == XmlSchemaContentType.TextOnly)
System\Xml\Core\XsdValidatingReaderAsync.cs (2)
781if (_xmlSchemaInfo.ContentType == XmlSchemaContentType.TextOnly) 806if (_xmlSchemaInfo.ContentType == XmlSchemaContentType.TextOnly)
System.Private.Xml.Linq (3)
System\Xml\Schema\XNodeValidator.cs (3)
382return si1.ContentType == si2.ContentType && 395int h = (int)si.ContentType;