5 references to IsOnlyCharData
System.Xml (5)
System\Xml\Core\XmlWellFormedWriter.cs (2)
385
if ((i = xmlCharType.
IsOnlyCharData
(sysid)) >= 0) {
390
if ((i = xmlCharType.
IsOnlyCharData
(subset)) >= 0) {
System\Xml\Core\XmlWellFormedWriterAsync.cs (2)
82
if ((i = xmlCharType.
IsOnlyCharData
(sysid)) >= 0) {
87
if ((i = xmlCharType.
IsOnlyCharData
(subset)) >= 0) {
System\Xml\Schema\DtdParser.cs (1)
304
if ( ( i = xmlCharType.
IsOnlyCharData
( systemId ) ) >= 0 ) {