5 references to _xmlCharType
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\XPathScanner.cs (5)
126
while (
_xmlCharType
.IsWhiteSpace(this.CurerntChar) && NextChar()) ;
214
else if (
_xmlCharType
.IsStartNCNameSingleChar(this.CurerntChar)
242
else if (
_xmlCharType
.IsStartNCNameSingleChar(this.CurerntChar)
340
Debug.Assert(
_xmlCharType
.IsStartNCNameSingleChar(this.CurerntChar)
350
if (
_xmlCharType
.IsNCNameSingleChar(this.CurerntChar))