1 write to earlyInfo
System.Data.SqlXml (1)
System\Xml\Xsl\Runtime\XmlQueryRuntime.cs (1)
91
this.
earlyInfo
= data.EarlyBound;
7 references to earlyInfo
System.Data.SqlXml (7)
System\Xml\Xsl\Runtime\XmlQueryRuntime.cs (7)
92
this.earlyObjects = (this.
earlyInfo
!= null) ? new object[
earlyInfo
.Length] : null;
254
obj = this.
earlyInfo
[index].CreateObject();
265
if (this.
earlyInfo
== null)
268
for (int idx = 0; idx < this.
earlyInfo
.Length; idx++) {
269
if (namespaceUri == this.
earlyInfo
[idx].NamespaceUri)
270
return new XmlExtensionFunction(name, namespaceUri, -1, this.
earlyInfo
[idx].EarlyBoundType, EarlyBoundFlags).CanBind();