2 references to CanBind
System.Data.SqlXml (2)
System\Xml\Xsl\Runtime\XmlQueryContext.cs (1)
224
return new XmlExtensionFunction(name, namespaceUri, -1, instance.GetType(), XmlQueryRuntime.LateBoundFlags).
CanBind
();
System\Xml\Xsl\Runtime\XmlQueryRuntime.cs (1)
270
return new XmlExtensionFunction(name, namespaceUri, -1, this.earlyInfo[idx].EarlyBoundType, EarlyBoundFlags).
CanBind
();