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