5 references to CanBeFunction
System.Private.Xml (5)
System\Xml\XPath\Internal\XPathParser.cs (5)
404if (_scanner.CanBeFunction && IsNodeType) 459_scanner.Kind == XPathScanner.LexKind.Name && _scanner.CanBeFunction && !IsNodeType; 492if (_scanner.CanBeFunction && !IsNodeType) 628if (_scanner.CanBeFunction) 655Debug.Assert(_scanner.CanBeFunction);