45 references to GetNativeHandle
mscorlib (45)
system\reflection\assembly.cs (34)
1355GetCodeBase(GetNativeHandle(), copiedName, JitHelpers.GetStringHandleOnStack(ref codeBase)); 1450GetFullName(GetNativeHandle(), JitHelpers.GetStringHandleOnStack(ref s)); 1469GetEntryPoint(GetNativeHandle(), JitHelpers.GetObjectHandleOnStack(ref methodHandle)); 1496GetType(GetNativeHandle(), name, throwOnError, ignoreCase, JitHelpers.GetObjectHandleOnStack(ref type)); 1516GetExportedTypes(GetNativeHandle(), JitHelpers.GetObjectHandleOnStack(ref types)); 1585GetEvidence(GetNativeHandle(), JitHelpers.GetObjectHandleOnStack(ref evidence)); 1616return GetSecurityRuleSet(GetNativeHandle()); 1642return RuntimeAssembly.GetManifestModule(GetNativeHandle()); 2147return IsReflectionOnly(GetNativeHandle()); 2224GetNativeHandle(), 2247GetModule(GetNativeHandle(), name, JitHelpers.GetObjectHandleOnStack(ref retModule)); 2303return GetManifestResourceNames(GetNativeHandle()); 2330return GetReferencedAssemblies(GetNativeHandle()); 2352int location = GetManifestResourceInfo(GetNativeHandle(), resourceName, 2382GetLocation(GetNativeHandle(), JitHelpers.GetStringHandleOnStack(ref location)); 2405GetImageRuntimeVersion(GetNativeHandle(), JitHelpers.GetStringHandleOnStack(ref s)); 2421return IsGlobalAssemblyCache(GetNativeHandle()); 2436return GetHostContext(GetNativeHandle()); 2496get { return GetIsStrongNameVerified(GetNativeHandle()); } 2520byte* pbInMemoryResource = GetResource(GetNativeHandle(), name, out length, JitHelpers.GetStackCrawlMarkHandle(ref stackMark), skipSecurityCheck); 2559GetVersion(GetNativeHandle(), out majorVer, out minorVer, out build, out revision); 2573GetLocale(GetNativeHandle(), JitHelpers.GetStringHandleOnStack(ref locale)); 2590return FCallIsDynamic(GetNativeHandle()); 2620GetSimpleName(GetNativeHandle(), JitHelpers.GetStringHandleOnStack(ref name)); 2633return GetHashAlgorithm(GetNativeHandle()); 2645return GetFlags(GetNativeHandle()); 2660GetRawBytes(GetNativeHandle(), JitHelpers.GetObjectHandleOnStack(ref rawBytes)); 2674GetPublicKey(GetNativeHandle(), JitHelpers.GetObjectHandleOnStack(ref publicKey)); 2688GetGrantSet(GetNativeHandle(), JitHelpers.GetObjectHandleOnStack(ref granted), JitHelpers.GetObjectHandleOnStack(ref denied)); 2721return IsAllSecurityCritical(GetNativeHandle()); 2735return IsAllSecuritySafeCritical(GetNativeHandle()); 2749return IsAllPublicAreaSecuritySafeCritical(GetNativeHandle()); 2763return IsAllSecurityTransparent(GetNativeHandle()); 3205GetModules(GetNativeHandle(), loadIfNotFound, getResourceModules, JitHelpers.GetObjectHandleOnStack(ref modules));
system\reflection\customattribute.cs (4)
177IList<CustomAttributeData> cad = GetCustomAttributes((RuntimeModule)target.ManifestModule, RuntimeAssembly.GetToken(target.GetNativeHandle())); 1313return IsCustomAttributeDefined(assembly.ManifestModule as RuntimeModule, RuntimeAssembly.GetToken(assembly.GetNativeHandle()), caType); 1561int assemblyToken = RuntimeAssembly.GetToken(assembly.GetNativeHandle()); 2397GetSecurityAttributes(assembly.ManifestModule.ModuleHandle.GetRuntimeModule(), RuntimeAssembly.GetToken(assembly.GetNativeHandle()), true, out securityAttributes);
system\reflection\emit\assemblybuilder.cs (3)
201Module module = AssemblyBuilder.GetOnDiskAssemblyModule(InternalAssembly.GetNativeHandle()); 274return InternalAssembly.GetNativeHandle(); 2213DefineDynamicModule(containingAssembly.GetNativeHandle(),
system\resources\manifestbasedresourcegroveler.cs (1)
239if (GetNeutralResourcesLanguageAttribute(((RuntimeAssembly)a).GetNativeHandle(),
system\runtime\compilerservices\TypeForwardedToAttribute.cs (1)
34RuntimeAssembly.GetForwardedTypes(assembly.GetNativeHandle(), JitHelpers.GetObjectHandleOnStack(ref types));
system\security\policy\assemblyevidencefactory.cs (2)
137GetAssemblyPermissionRequests(m_targetAssembly.GetNativeHandle(), 166GetStrongNameInformation(m_targetAssembly.GetNativeHandle(),