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