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