13 references to _xmlCharType
dotnet-svcutil-lib (13)
FrameworkFork\Microsoft.Xml\Xml\schema\DtdParser.cs (13)
303
if ((i =
_xmlCharType
.IsOnlyCharData(systemId)) >= 0)
313
if ((i =
_xmlCharType
.IsPublicId(publicId)) >= 0)
1523
if ((i =
_xmlCharType
.IsPublicId(publicId)) >= 0)
1622
if (!
_xmlCharType
.IsWhiteSpace(_chars[_curPos + 1]))
2435
while ((
_xmlCharType
.charProperties[_chars[_curPos]] & XmlCharType.fAttrValue) != 0 && _chars[_curPos] != '%')
2835
_chars[_curPos + 5] != 'E' ||
_xmlCharType
.IsNameSingleChar(_chars[_curPos + 6])
2850
_xmlCharType
.IsNameSingleChar(_chars[_curPos + 5])
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] == ':')
3584
if (
_xmlCharType
.IsNCNameSingleChar(_chars[startPos])
3593
if (
_xmlCharType
.IsNCNameSingleChar(_chars[endPos]))