3 references to EarlyBoundType
System.Data.SqlXml (3)
System\Xml\Xsl\Runtime\XmlQueryRuntime.cs (1)
270
return new XmlExtensionFunction(name, namespaceUri, -1, this.earlyInfo[idx].
EarlyBoundType
, EarlyBoundFlags).CanBind();
System\Xml\Xsl\Runtime\XmlQueryStaticData.cs (1)
275
ebTypes[idx++] = info.
EarlyBoundType
;
System\Xml\Xsl\XmlIlGenerator.cs (1)
139
this.helper.StaticData.DeclareEarlyBound(info.NamespaceUri, info.
EarlyBoundType
);