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