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