2 implementations of IXsltContextFunction
System.Data.SqlXml (1)
System\Xml\Xsl\XsltOld\XsltCompileContext.cs (1)
510
private abstract class XsltFunctionImpl :
IXsltContextFunction
{
System.ServiceModel (1)
System\ServiceModel\Dispatcher\XPathMessageContext.cs (1)
202
internal abstract class XPathMessageFunction :
IXsltContextFunction
18 references to IXsltContextFunction
System.Data.SqlXml (5)
System\Xml\Xsl\XsltOld\XsltCompileContext.cs (5)
27
private static
IXsltContextFunction
s_FuncNodeSet = new FuncNodeSet();
160
private
IXsltContextFunction
GetExtentionMethod(string ns, string name, XPathResultType[] argTypes, out object extension) {
183
public override
IXsltContextFunction
ResolveFunction(string prefix, string name, XPathResultType[] argTypes) {
184
IXsltContextFunction
func = null;
186
func = s_FunctionTable[name] as
IXsltContextFunction
;
System.ServiceModel (10)
System\ServiceModel\Dispatcher\QueryFunctions.cs (2)
54
IXsltContextFunction
function;
59
internal XsltFunctionCallOpcode(XsltContext context,
IXsltContextFunction
function, int argCount)
System\ServiceModel\Dispatcher\XPathExpr.cs (3)
277
IXsltContextFunction
function;
279
internal XPathXsltFunctionExpr(XsltContext context,
IXsltContextFunction
function, XPathExprList subExpr)
294
internal
IXsltContextFunction
Function
System\ServiceModel\Dispatcher\XPathMessageContext.cs (4)
160
public override
IXsltContextFunction
ResolveFunction(string prefix, string name, XPathResultType[] argTypes)
171
IXsltContextFunction
fun = functions[i].function;
191
internal
IXsltContextFunction
function;
193
internal Function(string ns, string name,
IXsltContextFunction
function)
System\ServiceModel\Dispatcher\XPathParser.cs (1)
435
IXsltContextFunction
xsltFun = this.context.ResolveFunction(prefix, functionName.Name, argTypes);
System.Xml (3)
System\Xml\XPath\Internal\CompiledXPathExpr.cs (1)
115
public override
IXsltContextFunction
ResolveFunction(string prefix, string name, XPathResultType[] ArgTypes) {
System\Xml\XPath\Internal\FunctionQuery.cs (1)
19
private
IXsltContextFunction
function;
System\Xml\Xslt\XsltContext.cs (1)
34
public abstract
IXsltContextFunction
ResolveFunction(string prefix, string name, XPathResultType[] ArgTypes);