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