5 references to ProcessIds
System.Xml (5)
System\Xml\XPath\Internal\IdQuery.cs (5)
29ProcessIds(contextNode, temp.Value); 33ProcessIds(contextNode, (string)argVal); 36ProcessIds(contextNode, StringFunctions.toString((double)argVal)); 39ProcessIds(contextNode, StringFunctions.toString((bool)argVal)); 42ProcessIds(contextNode, ((XPathNavigator)argVal).Value);