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