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