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