3 references to IsNodeType
System.Xml (3)
System\Xml\XPath\Internal\XPathParser.cs (3)
354if (this.scanner.CanBeFunction && IsNodeType(this.scanner)) { 405 scanner.Kind == XPathScanner.LexKind.Name && scanner.CanBeFunction && ! IsNodeType(scanner) 437if (this.scanner.CanBeFunction && ! IsNodeType(this.scanner)) {