3 references to GetIndex
ILCompiler.ReadyToRun (3)
Compiler\DependencyAnalysis\ReadyToRun\DebugInfoTableNode.cs (1)
131vertexArray.Set(factory.RuntimeFunctionsTable.GetIndex(method), new DebugInfoVertex(debugBlob));
Compiler\DependencyAnalysis\ReadyToRun\InstanceEntryPointTableNode.cs (1)
115int methodIndex = factory.RuntimeFunctionsTable.GetIndex(method);
Compiler\DependencyAnalysis\ReadyToRun\MethodEntryPointTableNode.cs (1)
67int methodIndex = factory.RuntimeFunctionsTable.GetIndex(method);