18 references to xmlCharType
System.Xml (18)
System\Xml\Core\HtmlEncodedRawTextWriter.cs (2)
565
while ( pDst < pDstEnd && ( ( (
xmlCharType
.charProperties[( ch = *pSrc )] & XmlCharType.fAttrValue ) != 0 ) ) ) {
642
while ( pDst < pDstEnd && ( ( (
xmlCharType
.charProperties[( ch = *pSrc )] & XmlCharType.fAttrValue ) != 0 ) && ch < 0x80 ) ) {
System\Xml\Core\XmlEncodedRawTextWriter.cs (10)
539
if ( checkCharacters && !
xmlCharType
.IsCharData( ch ) ) {
827
while ( pDst < pDstEnd && ( ( (
xmlCharType
.charProperties[( ch = *pSrc )] & XmlCharType.fAttrValue ) != 0 ) ) ) {
924
while ( pDst < pDstEnd && ( ( (
xmlCharType
.charProperties[( ch = *pSrc )] & XmlCharType.fAttrValue ) != 0 ) ) ) {
1074
while ( pDst < pDstEnd && ( ( (
xmlCharType
.charProperties[( ch = *pSrc )] & XmlCharType.fText ) != 0 ) ) ) {
1169
while ( pDst < pDstEnd && ( ( (
xmlCharType
.charProperties[( ch = *pSrc )] & XmlCharType.fText ) != 0 ) && ch != stopChar ) ) {
1290
while ( pDst < pDstEnd && ( ( (
xmlCharType
.charProperties[( ch = *pSrc )] & XmlCharType.fAttrValue ) != 0 ) && ch != ']' ) ) {
1404
Debug.Assert( !
xmlCharType
.IsWhiteSpace( (char)ch ) );
1405
Debug.Assert( !
xmlCharType
.IsAttributeValueChar( (char)ch ) );
1580
if ( !
xmlCharType
.IsOnlyWhitespace( chars ) ) {
1587
if ( !
xmlCharType
.IsTextChar( chars[i] ) ) {
System\Xml\Core\XmlEncodedRawTextWriterAsync.cs (6)
361
if ( checkCharacters && !
xmlCharType
.IsCharData( ch ) ) {
602
while ( pDst < pDstEnd && ( ( (
xmlCharType
.charProperties[( ch = *pSrc )] & XmlCharType.fAttrValue ) != 0 ) ) ) {
772
while ( pDst < pDstEnd && ( ( (
xmlCharType
.charProperties[( ch = *pSrc )] & XmlCharType.fAttrValue ) != 0 ) ) ) {
1064
while ( pDst < pDstEnd && ( ( (
xmlCharType
.charProperties[( ch = *pSrc )] & XmlCharType.fText ) != 0 ) ) ) {
1237
while ( pDst < pDstEnd && ( ( (
xmlCharType
.charProperties[( ch = *pSrc )] & XmlCharType.fText ) != 0 ) && ch != stopChar ) ) {
1397
while ( pDst < pDstEnd && ( ( (
xmlCharType
.charProperties[( ch = *pSrc )] & XmlCharType.fAttrValue ) != 0 ) && ch != ']' ) ) {