4 references to GetModuleInfoByHandle
System.Private.TypeLoader (4)
Internal\Runtime\TypeLoader\TypeBuilder.cs (1)
1032
NativeFormatModuleInfo moduleInfo = ModuleList.Instance.
GetModuleInfoByHandle
(typeManager);
Internal\Runtime\TypeLoader\TypeLoaderEnvironment.GVMResolution.cs (1)
224
nativeLayoutContext._module = ModuleList.Instance.
GetModuleInfoByHandle
(module.Handle);
Internal\Runtime\TypeLoader\TypeLoaderEnvironment.Metadata.cs (1)
354
NativeFormatModuleInfo module = ModuleList.Instance.
GetModuleInfoByHandle
(moduleHandle);
Internal\Runtime\TypeLoader\TypeLoaderEnvironment.StaticsLookup.cs (1)
228
NativeFormatModuleInfo module = ModuleList.Instance.
GetModuleInfoByHandle
(moduleHandle);