1 write to EcmaModule
ILCompiler.ReadyToRun (1)
IBC\IBCProfileParser.cs (1)
449EcmaModule = ecmaModule;
8 references to EcmaModule
ILCompiler.ReadyToRun (8)
IBC\IBCProfileParser.cs (8)
458if (EcmaModule.MetadataReader.GetTableRowCount(TableIndex.AssemblyRef) < index) 460return EcmaModule.GetObject(MetadataTokens.EntityHandle(((int)CorTokenType.mdtAssemblyRef) | index), NotFoundBehavior.ReturnNull) as EcmaModule; 467TypeSystemContext context = ibcModule.EcmaModule.Context; 667uint token = (uint)ibcModule.EcmaModule.MetadataReader.GetToken(sig.ReadTypeHandle()); 668if (ecmaModule != ibcModule.EcmaModule) 704TypeDesc methodType = GetSigTypeFromIBCZapSig(ibcModule, ibcModule.EcmaModule, sig); 724if (ibcModule.EcmaModule == methodMetadataType.Module) 752TypeDesc instantiationType = GetSigTypeFromIBCZapSig(ibcModule, ibcModule.EcmaModule, sig);