2 references to Bind
System.Private.Xml (2)
System\Xml\Xsl\Runtime\XmlQueryContext.cs (1)
272
XmlExtensionFunction extFunc = _extFuncsLate.
Bind
(name, namespaceUri, args.Length, instance.GetType(), XmlQueryRuntime.LateBoundFlags);
System\Xml\Xsl\Xslt\Scripts.cs (1)
39
return _extFuncs.
Bind
(name, ns, numArgs, type, XmlQueryRuntime.EarlyBoundFlags);