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