5 references to xmlCharType
System.Xml (5)
System\Xml\XPath\Internal\XPathScanner.cs (5)
111
while (
xmlCharType
.IsWhiteSpace(this.CurerntChar) && NextChar()) ;
181
else if (
xmlCharType
.IsStartNCNameSingleChar(this.CurerntChar)
204
else if (
xmlCharType
.IsStartNCNameSingleChar(this.CurerntChar)
286
Debug.Assert(
xmlCharType
.IsStartNCNameSingleChar(this.CurerntChar)
295
if (
xmlCharType
.IsNCNameSingleChar(this.CurerntChar)) {