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