8 references to ModuleToIndex
ILCompiler.ReadyToRun (8)
Compiler\DependencyAnalysis\ReadyToRun\InliningInfoNode.cs (4)
176sig.Append(new UnsignedConstant((uint)factory.ManifestMetadataTable.ModuleToIndex(ecmaInlinee.Module))); 213sig.Append(new UnsignedConstant((uint)factory.ManifestMetadataTable.ModuleToIndex(inliner.Module))); 319sig.Append(new UnsignedConstant((uint)factory.ManifestMetadataTable.ModuleToIndex(ecmaInlinee.Module))); 355sig.Append(new UnsignedConstant((uint)factory.ManifestMetadataTable.ModuleToIndex(inliner.Module)));
Compiler\DependencyAnalysis\ReadyToRun\ManifestMetadataTableNode.cs (1)
286ModuleToIndex(module);
Compiler\DependencyAnalysis\ReadyToRun\ReadyToRunModuleSignature.cs (1)
37builder.EmitUInt((uint)factory.ManifestMetadataTable.ModuleToIndex(Module));
Compiler\DependencyAnalysis\ReadyToRun\SignatureBuilder.cs (1)
619EmitUInt((uint)factory.ManifestMetadataTable.ModuleToIndex(targetModule));
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (1)
883Resolver.SetModuleIndexLookup(ManifestMetadataTable.ModuleToIndex);