1 write to Handle
System.Private.TypeLoader (1)
Internal\Runtime\TypeLoader\ModuleList.cs (1)
31Handle = moduleHandle;
20 references to Handle
System.Private.StackTraceMetadata (4)
Internal\StackTraceMetadata\StackTraceMetadata.cs (4)
59if (moduleInfo.Handle.OsModuleBase == moduleStartAddress) 61PerModuleMethodNameResolver resolver = _perModuleMethodNameResolverHashtable.GetOrCreateValue(moduleInfo.Handle.GetIntPtrUNSAFE()); 192if (moduleInfo.Handle.OsModuleBase == moduleStartAddress) 194PerModuleMethodNameResolver resolver = _perModuleMethodNameResolverHashtable.GetOrCreateValue(moduleInfo.Handle.GetIntPtrUNSAFE());
System.Private.TypeLoader (16)
Internal\Runtime\TypeLoader\ModuleList.cs (4)
62return RuntimeAugments.FindBlob(Handle, (int)blobId, new IntPtr(ppBlob), new IntPtr(pcbBlob)); 75return RuntimeAugments.FindBlob(Handle, (int)blobId, new IntPtr(ppBlob), new IntPtr(pcbBlob)); 105HandleToModuleIndex.Add(Modules[moduleIndex].Handle, moduleIndex); 370return moduleInfo.Handle;
Internal\Runtime\TypeLoader\TemplateLocator.cs (1)
85NativeReader nativeLayoutReader = TypeLoaderEnvironment.GetNativeLayoutInfoReader(moduleInfo.Handle);
Internal\Runtime\TypeLoader\TypeBuilder.cs (1)
311NativeReader nativeLayoutInfoReader = TypeLoaderEnvironment.GetNativeLayoutInfoReader(nativeLayoutModule.Handle);
Internal\Runtime\TypeLoader\TypeBuilderState.cs (1)
151nativeLayoutInfo.Reader = TypeLoaderEnvironment.GetNativeLayoutInfoReader(nativeLayoutInfo.Module.Handle);
Internal\Runtime\TypeLoader\TypeLoaderEnvironment.ConstructedGenericMethodsLookup.cs (2)
276if (!lookupData.MatchParsedEntry(ref entryParser, ref externalReferencesLookup, module.Handle)) 385if (!lookupData.MatchParsedEntry(ref entryParser, ref externalReferencesLookup, module.Handle))
Internal\Runtime\TypeLoader\TypeLoaderEnvironment.FieldAccess.cs (1)
111fieldAccessMetadata.MappingTableModule = mappingTableModule.Handle;
Internal\Runtime\TypeLoader\TypeLoaderEnvironment.GVMResolution.cs (5)
185targetMethodNameAndSignature = GetMethodNameAndSignatureFromToken(module.Handle, nameAndSigToken); 224nativeLayoutContext._module = ModuleList.Instance.GetModuleInfoByHandle(module.Handle); 367MethodNameAndSignature interfaceMethodNameAndSignature = GetMethodNameAndSignatureFromToken(module.Handle, nameAndSigToken); 499MethodNameAndSignature parsedCallingNameAndSignature = GetMethodNameAndSignatureFromToken(module.Handle, parsedCallingNameAndSigToken); 505MethodNameAndSignature targetMethodNameAndSignature = GetMethodNameAndSignatureFromToken(module.Handle, parsedTargetMethodNameAndSigToken);
Internal\Runtime\TypeLoader\TypeLoaderEnvironment.Metadata.cs (1)
663module.Handle,