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