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