2 references to XmlExtensionFunction
System.Private.Xml (2)
System\Xml\Xsl\Runtime\XmlQueryContext.cs (1)
247
return new
XmlExtensionFunction
(name, namespaceUri, -1, instance.GetType(), XmlQueryRuntime.LateBoundFlags).CanBind();
System\Xml\Xsl\Runtime\XmlQueryRuntime.cs (1)
275
return new
XmlExtensionFunction
(name, namespaceUri, -1, _earlyInfo[idx].EarlyBoundType, EarlyBoundFlags).CanBind();