3 references to IXsltContextFunction
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\CompiledXpathExpr.cs (1)
140
public override
IXsltContextFunction
ResolveFunction(string prefix, string name, XPathResultType[] ArgTypes)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\FunctionQuery.cs (1)
18
private
IXsltContextFunction
_function;
FrameworkFork\Microsoft.Xml\Xml\Xslt\XsltContext.cs (1)
38
public abstract
IXsltContextFunction
ResolveFunction(string prefix, string name, XPathResultType[] ArgTypes);