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