8 references to xmlCharType
System.Xml (8)
System\Xml\Core\XmlWellFormedWriter.cs (5)
380
if ((i =
xmlCharType
.IsPublicId(pubid)) >= 0) {
385
if ((i =
xmlCharType
.IsOnlyCharData(sysid)) >= 0) {
390
if ((i =
xmlCharType
.IsOnlyCharData(subset)) >= 0) {
1781
if ((
xmlCharType
.charProperties[ncname[0]] & XmlCharType.fNCStartNameSC) != 0) { // if ( xmlCharType.IsStartNCNameChar( ncname[0] ) ) {
1795
if ((
xmlCharType
.charProperties[ncname[i]] & XmlCharType.fNCNameSC) != 0) { // if ( xmlCharType.IsNCNameChar( ncname[i] ) ) {
System\Xml\Core\XmlWellFormedWriterAsync.cs (3)
77
if ((i =
xmlCharType
.IsPublicId(pubid)) >= 0) {
82
if ((i =
xmlCharType
.IsOnlyCharData(sysid)) >= 0) {
87
if ((i =
xmlCharType
.IsOnlyCharData(subset)) >= 0) {