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