1 write to charProperties
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\XmlCharType.cs (1)
473
this.
charProperties
= charProperties;
72 references to charProperties
dotnet-svcutil-lib (72)
FrameworkFork\Microsoft.Xml\Xml\Base64Decoder.cs (2)
183
if ((xmlCharType.
charProperties
[ch] & XmlCharType.fWhitespace) != 0)
224
if (!((xmlCharType.
charProperties
[*pChar++] & XmlCharType.fWhitespace) != 0))
FrameworkFork\Microsoft.Xml\Xml\BinaryXml\XmlBinaryReader.cs (2)
3524
if (pb[pos + 1] != 0 || (xmlCharType.
charProperties
[pb[pos]] & XmlCharType.fWhitespace) == 0)
3539
if ((xmlCharType.
charProperties
[ch] & XmlCharType.fCharData) == 0)
FrameworkFork\Microsoft.Xml\Xml\BinHexDecoder.cs (1)
213
else if ((xmlCharType.
charProperties
[ch] & XmlCharType.fWhitespace) != 0)
FrameworkFork\Microsoft.Xml\Xml\Core\HtmlEncodedRawTextWriter.cs (2)
597
while (pDst < pDstEnd && (((xmlCharType.
charProperties
[(ch = *pSrc)] & XmlCharType.fAttrValue) != 0)))
685
while (pDst < pDstEnd && (((xmlCharType.
charProperties
[(ch = *pSrc)] & XmlCharType.fAttrValue) != 0) && ch < 0x80))
FrameworkFork\Microsoft.Xml\Xml\Core\HtmlUtf8RawTextWriter.cs (2)
594
while (pDst < pDstEnd && (((xmlCharType.
charProperties
[(ch = *pSrc)] & XmlCharType.fAttrValue) != 0) && ch <= 0x7F))
682
while (pDst < pDstEnd && (((xmlCharType.
charProperties
[(ch = *pSrc)] & XmlCharType.fAttrValue) != 0) && ch < 0x80))
FrameworkFork\Microsoft.Xml\Xml\Core\XmlEncodedRawTextWriter.cs (5)
911
while (pDst < pDstEnd && (((xmlCharType.
charProperties
[(ch = *pSrc)] & XmlCharType.fAttrValue) != 0)))
1017
while (pDst < pDstEnd && (((xmlCharType.
charProperties
[(ch = *pSrc)] & XmlCharType.fAttrValue) != 0)))
1176
while (pDst < pDstEnd && (((xmlCharType.
charProperties
[(ch = *pSrc)] & XmlCharType.fText) != 0)))
1278
while (pDst < pDstEnd && (((xmlCharType.
charProperties
[(ch = *pSrc)] & XmlCharType.fText) != 0) && ch != stopChar))
1411
while (pDst < pDstEnd && (((xmlCharType.
charProperties
[(ch = *pSrc)] & XmlCharType.fAttrValue) != 0) && ch != ']'))
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextEncoder.cs (4)
154
while (i < endPos && (_xmlCharType.
charProperties
[ch = array[i]] & XmlCharType.fAttrValue) != 0)
286
while (i < len && (_xmlCharType.
charProperties
[ch = text[i]] & XmlCharType.fAttrValue) != 0)
401
while (i < len && (_xmlCharType.
charProperties
[ch = text[i]] & XmlCharType.fAttrValue) != 0)
432
((_xmlCharType.
charProperties
[ch = text[i]] & XmlCharType.fCharData) != 0 // ( xmlCharType.IsCharData( ( ch = text[i] ) )
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReaderImpl.cs (20)
3826
while (((_xmlCharType.
charProperties
[chars[pos]] & XmlCharType.fAttrValue) != 0))
4380
if ((_xmlCharType.
charProperties
[chars[pos]] & XmlCharType.fNCStartNameSC) != 0)
4401
if (((_xmlCharType.
charProperties
[chars[pos]] & XmlCharType.fNCNameSC) != 0))
4484
isWs = ((_xmlCharType.
charProperties
[ch] & XmlCharType.fWhitespace) != 0);
4673
if (((_xmlCharType.
charProperties
[chars[pos]] & XmlCharType.fNCNameSC) != 0) ||
4786
while (((_xmlCharType.
charProperties
[tmpch0 = chars[pos]] & XmlCharType.fWhitespace) != 0))
4821
if ((_xmlCharType.
charProperties
[tmpch1 = chars[pos]] & XmlCharType.fNCStartNameSC) != 0)
4901
if (((_xmlCharType.
charProperties
[tmpch2 = chars[pos]] & XmlCharType.fNCNameSC) != 0))
4939
if (((_xmlCharType.
charProperties
[chars[pos]] & XmlCharType.fNCStartNameSC) != 0))
5004
while (((_xmlCharType.
charProperties
[tmpch3 = chars[pos]] & XmlCharType.fAttrValue) != 0))
5234
while (((_xmlCharType.
charProperties
[chars[pos]] & XmlCharType.fAttrValue) != 0))
5672
while (((_xmlCharType.
charProperties
[c = chars[pos]] & XmlCharType.fText) != 0))
6436
while (((_xmlCharType.
charProperties
[tmpch = chars[pos]] & XmlCharType.fText) != 0) &&
6643
while (((_xmlCharType.
charProperties
[tmpch = chars[pos]] & XmlCharType.fText) != 0) &&
6995
while (((_xmlCharType.
charProperties
[ch = chars[pos]] & XmlCharType.fAttrValue) != 0) && chars[pos] != stopChar && ch != '-' && ch != '?')
7649
if ((_xmlCharType.
charProperties
[chars[pos]] & XmlCharType.fNCStartNameSC) != 0)
7681
if (((_xmlCharType.
charProperties
[chars[pos]] & XmlCharType.fNCNameSC) != 0))
8420
while (((_xmlCharType.
charProperties
[c = chars[pos]] & XmlCharType.fAttrValue) != 0) && c != '/')
8427
while (((_xmlCharType.
charProperties
[c = chars[pos]] & XmlCharType.fAttrValue) != 0))
8726
while (((_xmlCharType.
charProperties
[chars[pos]] & XmlCharType.fAttrValue) != 0))
FrameworkFork\Microsoft.Xml\Xml\Core\XmlUtf8RawTextWriter.cs (5)
746
while (pDst < pDstEnd && (((xmlCharType.
charProperties
[(ch = *pSrc)] & XmlCharType.fAttrValue) != 0) && ch <= 0x7F))
852
while (pDst < pDstEnd && (((xmlCharType.
charProperties
[(ch = *pSrc)] & XmlCharType.fAttrValue) != 0) && ch <= 0x7F))
1011
while (pDst < pDstEnd && (((xmlCharType.
charProperties
[(ch = *pSrc)] & XmlCharType.fText) != 0) && ch <= 0x7F))
1113
while (pDst < pDstEnd && (((xmlCharType.
charProperties
[(ch = *pSrc)] & XmlCharType.fText) != 0) && ch != stopChar && ch <= 0x7F))
1246
while (pDst < pDstEnd && (((xmlCharType.
charProperties
[(ch = *pSrc)] & XmlCharType.fAttrValue) != 0) && ch != ']' && ch <= 0x7F))
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWellformedWriter.cs (2)
2150
if ((_xmlCharType.
charProperties
[ncname[0]] & XmlCharType.fNCStartNameSC) != 0)
2167
if ((_xmlCharType.
charProperties
[ncname[i]] & XmlCharType.fNCNameSC) != 0)
FrameworkFork\Microsoft.Xml\Xml\schema\DtdParser.cs (5)
2435
while ((_xmlCharType.
charProperties
[_chars[_curPos]] & XmlCharType.fAttrValue) != 0 && _chars[_curPos] != '%')
2894
while ((_xmlCharType.
charProperties
[_chars[_curPos]] & XmlCharType.fText) != 0 && _chars[_curPos] != ']')
3024
if ((_xmlCharType.
charProperties
[_chars[_curPos]] & XmlCharType.fNCStartNameSC) != 0 || _chars[_curPos] == ':')
3057
if ((_xmlCharType.
charProperties
[_chars[_curPos]] & XmlCharType.fNCNameSC) != 0)
3134
if ((_xmlCharType.
charProperties
[_chars[_curPos]] & XmlCharType.fNCNameSC) != 0 || _chars[_curPos] == ':')
FrameworkFork\Microsoft.Xml\Xml\ValidateNames.cs (6)
48
if ((s_xmlCharType.
charProperties
[s[i]] & XmlCharType.fNCNameSC) != 0)
84
if ((s_xmlCharType.
charProperties
[s[i]] & XmlCharType.fNCNameSC) != 0 || s[i] == ':')
127
if ((s_xmlCharType.
charProperties
[s[i]] & XmlCharType.fNCStartNameSC) != 0 || s[i] == ':')
144
if ((s_xmlCharType.
charProperties
[s[i]] & XmlCharType.fNCNameSC) != 0 || s[i] == ':')
187
if ((s_xmlCharType.
charProperties
[s[i]] & XmlCharType.fNCStartNameSC) != 0)
204
if ((s_xmlCharType.
charProperties
[s[i]] & XmlCharType.fNCNameSC) != 0)
FrameworkFork\Microsoft.Xml\Xml\XmlCharType.cs (10)
491
return (
charProperties
[ch] & fWhitespace) != 0;
502
return (
charProperties
[ch] & fNCNameSC) != 0;
533
return (
charProperties
[ch] & fNCStartNameSC) != 0;
560
return (
charProperties
[ch] & fCharData) != 0;
577
return (
charProperties
[ch] & fText) != 0;
584
return (
charProperties
[ch] & fAttrValue) != 0;
592
return (
charProperties
[ch] & fLetter) != 0;
599
return (
charProperties
[ch] & fNCNameXml4e) != 0;
671
if ((
charProperties
[str[i]] & fWhitespace) == 0)
686
if ((
charProperties
[str[i]] & fCharData) == 0)
FrameworkFork\Microsoft.Xml\Xml\XmlConvert.cs (6)
611
return (s_xmlCharType.
charProperties
[ch] & XmlCharType.fNCStartNameSC) != 0;
624
return (s_xmlCharType.
charProperties
[ch] & XmlCharType.fNCNameSC) != 0;
636
return (s_xmlCharType.
charProperties
[ch] & XmlCharType.fCharData) != 0;
653
return (s_xmlCharType.
charProperties
[ch] & XmlCharType.fWhitespace) != 0;
1634
while (i < len && (s_xmlCharType.
charProperties
[data[i]] & XmlCharType.fCharData) != 0)
1676
while (i < endPos && (s_xmlCharType.
charProperties
[data[i]] & XmlCharType.fCharData) != 0)