18 references to xmlCharType
System.Xml (18)
System\Xml\Core\HtmlUtf8RawTextWriter.cs (2)
563
while ( pDst < pDstEnd && ( ( (
xmlCharType
.charProperties[( ch = *pSrc )] & XmlCharType.fAttrValue ) != 0 ) && ch <= 0x7F ) ) {
642
while ( pDst < pDstEnd && ( ( (
xmlCharType
.charProperties[( ch = *pSrc )] & XmlCharType.fAttrValue ) != 0 ) && ch < 0x80 ) ) {
System\Xml\Core\XmlUtf8RawTextWriter.cs (10)
475
if ( checkCharacters && !
xmlCharType
.IsCharData( ch ) ) {
687
while ( pDst < pDstEnd && ( ( (
xmlCharType
.charProperties[( ch = *pSrc )] & XmlCharType.fAttrValue ) != 0 ) && ch <= 0x7F ) ) {
784
while ( pDst < pDstEnd && ( ( (
xmlCharType
.charProperties[( ch = *pSrc )] & XmlCharType.fAttrValue ) != 0 ) && ch <= 0x7F ) ) {
934
while ( pDst < pDstEnd && ( ( (
xmlCharType
.charProperties[( ch = *pSrc )] & XmlCharType.fText ) != 0 ) && ch <= 0x7F ) ) {
1029
while ( pDst < pDstEnd && ( ( (
xmlCharType
.charProperties[( ch = *pSrc )] & XmlCharType.fText ) != 0 ) && ch != stopChar && ch <= 0x7F ) ) {
1150
while ( pDst < pDstEnd && ( ( (
xmlCharType
.charProperties[( ch = *pSrc )] & XmlCharType.fAttrValue ) != 0 ) && ch != ']' && ch <= 0x7F ) ) {
1276
Debug.Assert( !
xmlCharType
.IsWhiteSpace( (char)ch ) );
1277
Debug.Assert( !
xmlCharType
.IsAttributeValueChar( (char)ch ) );
1480
if ( !
xmlCharType
.IsOnlyWhitespace( chars ) ) {
1487
if ( !
xmlCharType
.IsTextChar( chars[i] ) ) {
System\Xml\Core\XmlUtf8RawTextWriterAsync.cs (6)
339
if ( checkCharacters && !
xmlCharType
.IsCharData( ch ) ) {
520
while ( pDst < pDstEnd && ( ( (
xmlCharType
.charProperties[( ch = *pSrc )] & XmlCharType.fAttrValue ) != 0 ) && ch <= 0x7F ) ) {
689
while ( pDst < pDstEnd && ( ( (
xmlCharType
.charProperties[( ch = *pSrc )] & XmlCharType.fAttrValue ) != 0 ) && ch <= 0x7F ) ) {
981
while ( pDst < pDstEnd && ( ( (
xmlCharType
.charProperties[( ch = *pSrc )] & XmlCharType.fText ) != 0 ) && ch <= 0x7F ) ) {
1154
while ( pDst < pDstEnd && ( ( (
xmlCharType
.charProperties[( ch = *pSrc )] & XmlCharType.fText ) != 0 ) && ch != stopChar && ch <= 0x7F ) ) {
1314
while ( pDst < pDstEnd && ( ( (
xmlCharType
.charProperties[( ch = *pSrc )] & XmlCharType.fAttrValue ) != 0 ) && ch != ']' && ch <= 0x7F ) ) {