1 write to functions
System.ServiceModel (1)
System\ServiceModel\Dispatcher\XPathMessageContext.cs (1)
86functions = new Function[]
4 references to functions
System.ServiceModel (4)
System\ServiceModel\Dispatcher\XPathMessageContext.cs (4)
167for (int i = 0; i < functions.Length; ++i) 169if (functions[i].name == name && functions[i].ns == ns) 171IXsltContextFunction fun = functions[i].function;