2 references to s_functionTable
System.Private.Xml (2)
System\Xml\XPath\Internal\XPathParser.cs (2)
525
if (
s_functionTable
.TryGetValue(name, out pi))
661
ParamInfo pi = (ParamInfo)
s_functionTable
["id"];