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