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