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