1 instantiation of XmlILIndex
System.Private.Xml (1)
System\Xml\Xsl\Runtime\XmlQueryRuntime.cs (1)
916index = new XmlILIndex();
6 references to XmlILIndex
System.Private.Xml (6)
System\Xml\Xsl\IlGen\GenerateHelper.cs (2)
315public static readonly MethodInfo IndexAdd = typeof(XmlILIndex).GetMethod("Add")!; 316public static readonly MethodInfo IndexLookup = typeof(XmlILIndex).GetMethod("Lookup")!;
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (1)
2051LocalBuilder locIndex = _helper.DeclareLocal("$$$index", typeof(XmlILIndex));
System\Xml\Xsl\Runtime\XmlQueryRuntime.cs (3)
886public bool FindIndex(XPathNavigator context, int indexId, out XmlILIndex index) 908index = (XmlILIndex)docIndexes[i + 1]!; 923public void AddNewIndex(XPathNavigator context, int indexId, XmlILIndex index)