4 references to GetMethod
ILCompiler.ReadyToRun (2)
IBC\MIbcProfileParser.cs (2)
189
EcmaMethod assemblyDictionary = mibcModule.GetGlobalModuleType().
GetMethod
("AssemblyDictionary"u8, null);
271
EcmaMethod mibcConfigMth = mibcModule.GetGlobalModuleType().
GetMethod
("MibcConfig"u8, null);
ILCompiler.RyuJit (2)
src\runtime\src\coreclr\tools\aot\ILCompiler.ReadyToRun\IBC\MIbcProfileParser.cs (2)
189
EcmaMethod assemblyDictionary = mibcModule.GetGlobalModuleType().
GetMethod
("AssemblyDictionary"u8, null);
271
EcmaMethod mibcConfigMth = mibcModule.GetGlobalModuleType().
GetMethod
("MibcConfig"u8, null);