2 writes to _contentType
System.Private.Xml (2)
System\Xml\Schema\ContentValidator.cs (2)
939
_contentType
= contentType;
945
_contentType
= contentType;
7 references to _contentType
System.Private.Xml (7)
System\Xml\Schema\ContentValidator.cs (7)
952
get { return
_contentType
; }
957
get { return
_contentType
== XmlSchemaContentType.TextOnly ||
_contentType
== XmlSchemaContentType.Mixed; }
969
if (
_contentType
== XmlSchemaContentType.TextOnly ||
_contentType
== XmlSchemaContentType.Empty)
984
if (
_contentType
== XmlSchemaContentType.TextOnly ||
_contentType
== XmlSchemaContentType.Empty)