2 writes to contentType
System.Xml (2)
System\Xml\Schema\ContentValidator.cs (2)
880
this.
contentType
= contentType;
885
this.
contentType
= contentType;
7 references to contentType
System.Xml (7)
System\Xml\Schema\ContentValidator.cs (7)
891
get { return
contentType
; }
895
get { return
contentType
== XmlSchemaContentType.TextOnly ||
contentType
== XmlSchemaContentType.Mixed; }
904
if (
contentType
== XmlSchemaContentType.TextOnly ||
contentType
== XmlSchemaContentType.Empty)
917
if (
contentType
== XmlSchemaContentType.TextOnly ||
contentType
== XmlSchemaContentType.Empty) { //Cannot have elements in TextOnly or Empty content