1 override of GetTypeHandleInternal
mscorlib (1)
system\rttype.cs (1)
3577
internal sealed override RuntimeTypeHandle
GetTypeHandleInternal
()
13 references to GetTypeHandleInternal
mscorlib (13)
system\reflection\emit\modulebuilder.cs (2)
2170
mr = GetMemberRefOfFieldInfo(tr, field.DeclaringType.
GetTypeHandleInternal
(), rtField);
2175
mr = GetMemberRefOfFieldInfo(tr, field.DeclaringType.
GetTypeHandleInternal
(), rtField);
system\reflection\emit\signaturehelper.cs (1)
625
IntPtr handle = type.
GetTypeHandleInternal
().Value;
system\reflection\fieldinfo.cs (1)
923
Object value = MdConstant.GetValue(GetRuntimeModule().MetadataImport, m_tkField, FieldType.
GetTypeHandleInternal
(), raw);
system\reflection\module.cs (1)
660
typeHandleArgs[i] = typeArg.
GetTypeHandleInternal
();
system\reflection\parameterinfo.cs (1)
640
defaultValue = MdConstant.GetValue(m_scope, m_tkParamDef, ParameterType.
GetTypeHandleInternal
(), raw);
system\reflection\propertyinfo.cs (1)
473
Object defaultValue = MdConstant.GetValue(GetRuntimeModule().MetadataImport, m_token, PropertyType.
GetTypeHandleInternal
(), raw);
system\rttype.cs (5)
2258
if (!RuntimeTypeHandle.SatisfiesConstraints(genericParameter.
GetTypeHandleInternal
().GetTypeChecked(),
2259
typeContext, methodContext, genericArgument.
GetTypeHandleInternal
().GetTypeChecked()))
4187
return GetRootElementType().
GetTypeHandleInternal
().GetInstantiationInternal();
4192
Type[] types = GetRootElementType().
GetTypeHandleInternal
().GetInstantiationPublic();
4297
get { return GetRootElementType().
GetTypeHandleInternal
().ContainsGenericVariables(); }
system\runtimehandles.cs (1)
233
outHandles[i] = inHandles[i].
GetTypeHandleInternal
().Value;