Base:
method
GetTypeHandleInternal
System.Type.GetTypeHandleInternal()
15 references to GetTypeHandleInternal
mscorlib (15)
system\enum.cs (1)
38enumType.GetTypeHandleInternal(),
system\reflection\Associates.cs (2)
56RuntimeType [] genericArguments = declaredType.GetTypeHandleInternal().GetInstantiationInternal(); 63genericArgumentHandles[i] = genericArguments[i].GetTypeHandleInternal().Value;
system\reflection\customattribute.cs (1)
1930ctor = attributeType.GetTypeHandleInternal().GetDefaultConstructor();
system\reflection\emit\dynamicilgenerator.cs (1)
986typeHandle = vaMeth.m_method.GetDeclaringTypeInternal().GetTypeHandleInternal().Value;
system\reflection\emit\methodrental.cs (1)
101SwapMethodBody(rType.GetTypeHandleInternal(), methodtoken, rgIL, methodSize, flags, JitHelpers.GetStackCrawlMarkHandle(ref mark));
system\reflection\fieldinfo.cs (2)
865m_declaringType.GetTypeHandleInternal().GetModuleHandle().Equals( 866m.m_declaringType.GetTypeHandleInternal().GetModuleHandle());
system\rttype.cs (6)
1033new MdFieldInfo(tkField, fieldAttributes, declaringType.GetTypeHandleInternal(), m_runtimeTypeCache, bindingFlags); 2249typeContext = declaringType.GetTypeHandleInternal().GetInstantiationInternal(); 3163RuntimeTypeHandle ifaceRtTypeHandle = ifaceRtType.GetTypeHandleInternal(); 3165GetTypeHandleInternal().VerifyInterfaceIsImplemented(ifaceRtTypeHandle); 3192int slot = GetTypeHandleInternal().GetInterfaceMethodImplementationSlot(ifaceRtTypeHandle, ifaceRtMethodHandle); 3585return RuntimeTypeHandle.IsCollectible(GetTypeHandleInternal());
system\runtimehandles.cs (1)
797GetGenericTypeDefinition(retType.GetTypeHandleInternal(), JitHelpers.GetObjectHandleOnStack(ref retType));