1 instantiation of XmlILIndex
System.Data.SqlXml (1)
System\Xml\Xsl\Runtime\XmlQueryRuntime.cs (1)
861index = new XmlILIndex();
6 references to XmlILIndex
System.Data.SqlXml (6)
System\Xml\Xsl\IlGen\GenerateHelper.cs (2)
270public static readonly MethodInfo IndexAdd = GetMethod(typeof(XmlILIndex), "Add"); 271public static readonly MethodInfo IndexLookup = GetMethod(typeof(XmlILIndex), "Lookup");
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (1)
1896LocalBuilder locIndex = this.helper.DeclareLocal("$$$index", typeof(XmlILIndex));
System\Xml\Xsl\Runtime\XmlQueryRuntime.cs (3)
836public bool FindIndex(XPathNavigator context, int indexId, out XmlILIndex index) { 853index = (XmlILIndex) docIndexes[i + 1]; 868public void AddNewIndex(XPathNavigator context, int indexId, XmlILIndex index) {