10 references to GetModuleFromTypeHandle
System.Private.TypeLoader (10)
Internal\Runtime\TypeLoader\TypeLoaderEnvironment.FieldAccess.cs (1)
60
foreach (NativeFormatModuleInfo mappingTableModule in ModuleList.EnumerateModules(RuntimeAugments.
GetModuleFromTypeHandle
(declaringTypeHandle)))
Internal\Runtime\TypeLoader\TypeLoaderEnvironment.GVMResolution.cs (2)
341
foreach (NativeFormatModuleInfo module in ModuleList.EnumerateModules(RuntimeAugments.
GetModuleFromTypeHandle
(openTargetTypeHandle)))
470
foreach (NativeFormatModuleInfo module in ModuleList.EnumerateModules(RuntimeAugments.
GetModuleFromTypeHandle
(openTargetTypeHandle)))
Internal\Runtime\TypeLoader\TypeLoaderEnvironment.LdTokenResultLookup.cs (2)
198
MetadataReader reader = ModuleList.Instance.GetMetadataReaderForModule(RuntimeAugments.
GetModuleFromTypeHandle
(declaringTypeHandle));
217
MetadataReader reader = ModuleList.Instance.GetMetadataReaderForModule(RuntimeAugments.
GetModuleFromTypeHandle
(declaringTypeHandle));
Internal\Runtime\TypeLoader\TypeLoaderEnvironment.Metadata.cs (4)
108
foreach (NativeFormatModuleInfo module in ModuleList.EnumerateModules(RuntimeAugments.
GetModuleFromTypeHandle
(runtimeTypeHandle)))
353
var moduleHandle = RuntimeAugments.
GetModuleFromTypeHandle
(typeHandle);
441
foreach (NativeFormatModuleInfo module in ModuleList.EnumerateModules(RuntimeAugments.
GetModuleFromTypeHandle
(runtimeTypeHandle)))
646
foreach (NativeFormatModuleInfo module in ModuleList.EnumerateModules(RuntimeAugments.
GetModuleFromTypeHandle
(declaringTypeHandle)))
Internal\Runtime\TypeLoader\TypeLoaderEnvironment.StaticsLookup.cs (1)
227
TypeManagerHandle moduleHandle = RuntimeAugments.
GetModuleFromTypeHandle
(instantiatedType);