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)
952get { return _contentType; } 957get { return _contentType == XmlSchemaContentType.TextOnly || _contentType == XmlSchemaContentType.Mixed; } 969if (_contentType == XmlSchemaContentType.TextOnly || _contentType == XmlSchemaContentType.Empty) 984if (_contentType == XmlSchemaContentType.TextOnly || _contentType == XmlSchemaContentType.Empty)