1 write to charProperties
System.Xml (1)
System\Xml\XmlCharType.cs (1)
479
this.
charProperties
= charProperties;
104 references to charProperties
System.Xml (104)
System\Xml\Base64Decoder.cs (2)
163
if ( ( xmlCharType.
charProperties
[ch] & XmlCharType.fWhitespace ) != 0 ) { // if ( xmlCharType.IsWhiteSpace(ch) ) {
196
if ( !( ( xmlCharType.
charProperties
[*pChar++] & XmlCharType.fWhitespace ) != 0 ) ) { // if ( !( xmlCharType.IsWhiteSpace( chars[charPos++] ) ) ) {
System\Xml\BinaryXml\XmlBinaryReader.cs (2)
3107
if (pb[pos + 1] != 0 || (xmlCharType.
charProperties
[pb[pos]] & XmlCharType.fWhitespace) == 0)
3120
if ((xmlCharType.
charProperties
[ch] & XmlCharType.fCharData) == 0)
System\Xml\BinHexDecoder.cs (1)
191
else if ( ( xmlCharType.
charProperties
[ch] & XmlCharType.fWhitespace ) != 0 ) { // else if ( xmlCharType.IsWhiteSpace( ch ) ) {
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\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\XmlEncodedRawTextWriter.cs (5)
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 != ']' ) ) {
System\Xml\Core\XmlEncodedRawTextWriterAsync.cs (5)
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 != ']' ) ) {
System\Xml\Core\XmlTextEncoder.cs (4)
130
while ( i < endPos && ( xmlCharType.
charProperties
[ch = array[i]] & XmlCharType.fAttrValue ) != 0 ) { // ( xmlCharType.IsAttributeValueChar( ( ch = array[i] ) ) ) ) {
240
while ( i < len && ( xmlCharType.
charProperties
[ch = text[i]] & XmlCharType.fAttrValue ) != 0 ) { // ( xmlCharType.IsAttributeValueChar( ( ch = text[i] ) ) ) ) {
333
while ( i < len && ( xmlCharType.
charProperties
[ch = text[i]] & XmlCharType.fAttrValue ) != 0 ) { // ( xmlCharType.IsAttributeValueChar( ( text[i] ) ) ) ) {
358
( ( xmlCharType.
charProperties
[ch = text[i]] & XmlCharType.fCharData ) != 0 // ( xmlCharType.IsCharData( ( ch = text[i] ) )
System\Xml\Core\XmlTextReaderImpl.cs (20)
3440
while ( ( (xmlCharType.
charProperties
[chars[pos]] & XmlCharType.fAttrValue) != 0) ) {
3911
if ( ( xmlCharType.
charProperties
[chars[pos]] & XmlCharType.fNCStartNameSC ) != 0 ) {
3932
if( ( ( xmlCharType.
charProperties
[chars[pos]] & XmlCharType.fNCNameSC ) != 0 ) ) {
4006
isWs = ( ( xmlCharType.
charProperties
[ch] & XmlCharType.fWhitespace ) != 0 );
4170
if ( ( (xmlCharType.
charProperties
[chars[pos]] & XmlCharType.fNCNameSC) != 0 ) ||
4272
while ( ( ( xmlCharType.
charProperties
[tmpch0 = chars[pos]] & XmlCharType.fWhitespace ) != 0 ) ) {
4304
if ( ( xmlCharType.
charProperties
[tmpch1 = chars[pos]] & XmlCharType.fNCStartNameSC ) != 0 ) {
4376
if (((xmlCharType.
charProperties
[tmpch2 = chars[pos]] & XmlCharType.fNCNameSC) != 0)) {
4410
if ( ( ( xmlCharType.
charProperties
[chars[pos]] & XmlCharType.fNCStartNameSC ) != 0 ) ) {
4474
while ( ( ( xmlCharType.
charProperties
[tmpch3 = chars[pos]] & XmlCharType.fAttrValue ) != 0 ) ) {
4671
while ( ( ( xmlCharType.
charProperties
[chars[pos]] & XmlCharType.fAttrValue ) != 0 ) ) {
5069
while ( ( ( xmlCharType.
charProperties
[c = chars[pos]] & XmlCharType.fText ) != 0 ) ) {
5745
while ( ( ( xmlCharType.
charProperties
[tmpch = chars[pos]] & XmlCharType.fText ) != 0 ) &&
5923
while ( ( ( xmlCharType.
charProperties
[tmpch = chars[pos]] & XmlCharType.fText ) != 0 ) &&
6225
while ( ( ( xmlCharType.
charProperties
[ch = chars[pos]] & XmlCharType.fAttrValue ) != 0 ) && chars[pos] != stopChar && ch != '-' && ch != '?') {
6772
if ( ( xmlCharType.
charProperties
[chars[pos]] & XmlCharType.fNCStartNameSC ) != 0 ) {
6801
if ( ( ( xmlCharType.
charProperties
[chars[pos]] & XmlCharType.fNCNameSC ) != 0 ) ) {
7439
while ( ( ( xmlCharType.
charProperties
[c = chars[pos]] & XmlCharType.fAttrValue ) != 0 ) && c != '/' ) {
7444
while ( ( ( xmlCharType.
charProperties
[c = chars[pos]] & XmlCharType.fAttrValue ) != 0 ) ) {
7703
while ( ( ( xmlCharType.
charProperties
[chars[pos]] & XmlCharType.fAttrValue ) != 0 ) )
System\Xml\Core\XmlTextReaderImplAsync.cs (17)
1273
while (((xmlCharType.
charProperties
[chars[pos]] & XmlCharType.fAttrValue) != 0)) {
1718
if ((xmlCharType.
charProperties
[chars[pos]] & XmlCharType.fNCStartNameSC) != 0) {
1740
if (((xmlCharType.
charProperties
[chars[pos]] & XmlCharType.fNCNameSC) != 0)) {
1841
isWs = ((xmlCharType.
charProperties
[ch] & XmlCharType.fWhitespace) != 0);
2029
if (((xmlCharType.
charProperties
[chars[pos]] & XmlCharType.fNCNameSC) != 0) ||
2147
while (((xmlCharType.
charProperties
[tmpch0 = chars[pos]] & XmlCharType.fWhitespace) != 0)) {
2179
if ((xmlCharType.
charProperties
[tmpch1 = chars[pos]] & XmlCharType.fNCStartNameSC) != 0) {
2251
if (((xmlCharType.
charProperties
[tmpch2 = chars[pos]] & XmlCharType.fNCNameSC) != 0)) {
2285
if (((xmlCharType.
charProperties
[chars[pos]] & XmlCharType.fNCStartNameSC) != 0)) {
2360
while (((xmlCharType.
charProperties
[tmpch3 = chars[pos]] & XmlCharType.fAttrValue) != 0)) {
2453
while (((xmlCharType.
charProperties
[chars[pos]] & XmlCharType.fAttrValue) != 0)) {
3042
while (((xmlCharType.
charProperties
[c = chars[pos]] & XmlCharType.fText) != 0)) {
3762
while (((xmlCharType.
charProperties
[tmpch = chars[pos]] & XmlCharType.fText) != 0) &&
3971
while (((xmlCharType.
charProperties
[tmpch = chars[pos]] & XmlCharType.fText) != 0) &&
4282
while (((xmlCharType.
charProperties
[ch = chars[pos]] & XmlCharType.fAttrValue) != 0) && chars[pos] != stopChar && ch != '-' && ch != '?') {
4607
if ((xmlCharType.
charProperties
[chars[pos]] & XmlCharType.fNCStartNameSC) != 0) {
4644
if (((xmlCharType.
charProperties
[chars[pos]] & XmlCharType.fNCNameSC) != 0)) {
System\Xml\Core\XmlUtf8RawTextWriter.cs (5)
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 ) ) {
System\Xml\Core\XmlUtf8RawTextWriterAsync.cs (5)
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 ) ) {
System\Xml\Core\XmlWellFormedWriter.cs (2)
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\Schema\DtdParser.cs (5)
2328
while ( ( xmlCharType.
charProperties
[chars[curPos]] & XmlCharType.fAttrValue ) != 0 && chars[curPos] != '%' ) {
2721
while ( ( xmlCharType.
charProperties
[chars[curPos]] & XmlCharType.fText ) != 0 && chars[curPos] != ']' ) {
2834
if ( ( xmlCharType.
charProperties
[chars[curPos]] & XmlCharType.fNCStartNameSC ) != 0 || chars[curPos] == ':') { // if ( xmlCharType.IsStartNCNameSingleChar(chars[curPos]) || chars[curPos] == ':' ) {
2864
if ( ( xmlCharType.
charProperties
[chars[curPos]] & XmlCharType.fNCNameSC ) != 0 ) { // while ( xmlCharType.IsNCNameSingleChar(chars[curPos]) ) {
2932
if ((xmlCharType.
charProperties
[chars[curPos]] & XmlCharType.fNCNameSC) != 0 || chars[curPos] == ':') { // if ( xmlCharType.IsNCNameChar(chars[curPos]) || chars[curPos] == ':' ) {
System\Xml\Schema\DtdParserAsync.cs (5)
1785
while ((xmlCharType.
charProperties
[chars[curPos]] & XmlCharType.fAttrValue) != 0 && chars[curPos] != '%') {
2152
while ((xmlCharType.
charProperties
[chars[curPos]] & XmlCharType.fText) != 0 && chars[curPos] != ']') {
2266
if ((xmlCharType.
charProperties
[chars[curPos]] & XmlCharType.fNCStartNameSC) != 0 || chars[curPos] == ':') { // if ( xmlCharType.IsStartNCNameSingleChar(chars[curPos]) || chars[curPos] == ':' ) {
2298
if ((xmlCharType.
charProperties
[chars[curPos]] & XmlCharType.fNCNameSC) != 0) { // while ( xmlCharType.IsNCNameSingleChar(chars[curPos]) ) {
2366
if ((xmlCharType.
charProperties
[chars[curPos]] & XmlCharType.fNCNameSC) != 0 || chars[curPos] == ':') { // if ( xmlCharType.IsNCNameChar(chars[curPos]) || chars[curPos] == ':' ) {
System\Xml\ValidateNames.cs (6)
54
if ((xmlCharType.
charProperties
[s[i]] & XmlCharType.fNCNameSC) != 0) { // if (xmlCharType.IsNCNameSingleChar(s[i])) {
91
if ((xmlCharType.
charProperties
[s[i]] & XmlCharType.fNCNameSC) != 0 || s[i] == ':') { // if (xmlCharType.IsNameSingleChar(s[i])) {
133
if ((xmlCharType.
charProperties
[s[i]] & XmlCharType.fNCStartNameSC) != 0 || s[i] == ':') { // xmlCharType.IsStartNCNameSingleChar(s[i])) {
147
if ((xmlCharType.
charProperties
[s[i]] & XmlCharType.fNCNameSC) != 0 || s[i] == ':') { // if (xmlCharType.IsNCNameSingleChar(s[i]))
189
if ((xmlCharType.
charProperties
[s[i]] & XmlCharType.fNCStartNameSC) != 0) { // xmlCharType.IsStartNCNameSingleChar(s[i])) {
203
if ((xmlCharType.
charProperties
[s[i]] & XmlCharType.fNCNameSC) != 0) { // if (xmlCharType.IsNCNameSingleChar(s[i]))
System\Xml\XmlCharType.cs (10)
499
return (
charProperties
[ch] & fWhitespace ) != 0;
513
return (
charProperties
[ch] & fNCNameSC ) != 0;
546
return (
charProperties
[ch] & fNCStartNameSC ) != 0;
573
return (
charProperties
[ch] & fCharData ) != 0;
593
return (
charProperties
[ch] & fText ) != 0;
602
return (
charProperties
[ch] & fAttrValue ) != 0;
612
return (
charProperties
[ch] & fLetter ) != 0;
621
return (
charProperties
[ch] & fNCNameXml4e ) != 0;
684
if ( (
charProperties
[str[i]] & fWhitespace ) == 0 ) {
698
if ( (
charProperties
[str[i]] & fCharData ) == 0 ) {
System\Xml\XmlConvert.cs (6)
544
return (xmlCharType.
charProperties
[ch] & XmlCharType.fNCStartNameSC) != 0;
560
return (xmlCharType.
charProperties
[ch] & XmlCharType.fNCNameSC) != 0;
575
return (xmlCharType.
charProperties
[ch] & XmlCharType.fCharData) != 0;
593
return (xmlCharType.
charProperties
[ch] & XmlCharType.fWhitespace) != 0;
1475
while ( i < len && ( xmlCharType.
charProperties
[data[i]] & XmlCharType.fCharData ) != 0 ) {
1516
while ( i < endPos && ( xmlCharType.
charProperties
[data[i]] & XmlCharType.fCharData ) != 0 ) {