5 references to ProcessIds
System.Private.Xml (5)
System\Xml\XPath\Internal\IdQuery.cs (5)
27ProcessIds(contextNode, temp.Value); 31ProcessIds(contextNode, (string)argVal); 34ProcessIds(contextNode, StringFunctions.toString((double)argVal)); 37ProcessIds(contextNode, StringFunctions.toString((bool)argVal)); 40ProcessIds(contextNode, ((XPathNavigator)argVal).Value);