33 references to _xmlCharType
dotnet-svcutil-lib (33)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReaderImpl.cs (33)
3643
_xmlCharType
.IsNameSingleChar(_ps.chars[_ps.charPos + 5])
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) ||
4688
while (
_xmlCharType
.IsWhiteSpace(tmpCh = chars[pos]))
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))
5747
if (!
_xmlCharType
.IsWhiteSpace(chars[charRefEndPos - charCount]) ||
5776
if (!
_xmlCharType
.IsWhiteSpace(_ps.chars[pos - 1]))
6054
if (
_xmlCharType
.IsCharData(_ps.chars[_ps.charPos]))
6436
while (((
_xmlCharType
.charProperties[tmpch = chars[pos]] & XmlCharType.fText) != 0) &&
6643
while (((
_xmlCharType
.charProperties[tmpch = chars[pos]] & XmlCharType.fText) != 0) &&
6806
if (!
_xmlCharType
.IsWhiteSpace(_ps.chars[_ps.charPos + 7]))
6995
while (((
_xmlCharType
.charProperties[ch = chars[pos]] & XmlCharType.fAttrValue) != 0) && chars[pos] != stopChar && ch != '-' && ch != '?')
7413
if (!
_xmlCharType
.IsCharData(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))
8522
(_ps.chars[endPos] == '>' ||
_xmlCharType
.IsWhiteSpace(_ps.chars[endPos])))
8531
if (
_xmlCharType
.IsWhiteSpace(_ps.chars[endPos]))
8562
(_ps.chars[endPos] == '>' || _ps.chars[endPos] == '/' ||
_xmlCharType
.IsWhiteSpace(_ps.chars[endPos])))
8726
while (((
_xmlCharType
.charProperties[chars[pos]] & XmlCharType.fAttrValue) != 0))
8770
if (_normalize &&
_xmlCharType
.IsWhiteSpace(chars[_ps.charPos]) && pos - _ps.charPos == 1)
8920
if (
_xmlCharType
.IsNCNameSingleChar(_ps.chars[_ps.charPos]))
8923
while (
_xmlCharType
.IsNCNameSingleChar(_ps.chars[pos]))