5 references to xmlCharType
System.Data.SqlXml (5)
System\Xml\Xsl\XPath\XPathScanner.cs (5)
177
while (
xmlCharType
.IsWhiteSpace(curChar)) {
291
if (
xmlCharType
.IsStartNCNameSingleChar(curChar)
318
} else if (
xmlCharType
.IsStartNCNameSingleChar(curChar)
455
Debug.Assert(
xmlCharType
.IsStartNCNameSingleChar(curChar)
462
if (
xmlCharType
.IsNCNameSingleChar(curChar)) {