9 references to TypeHandle
System.Private.CoreLib (9)
Internal\Reflection\Augments\ReflectionAugments.cs (1)
457
MethodTable* methodTable = runtimeTypeInfo.
TypeHandle
.ToMethodTable();
Internal\Reflection\Core\Execution\ExecutionEnvironment.cs (2)
104
RuntimeTypeHandle typeDefinitionHandle = declaringType.
TypeHandle
;
109
genericMethodTypeArgumentHandles[i] = genericMethodTypeArguments[i].
TypeHandle
;
System\Reflection\Runtime\MethodInfos\NativeFormat\NativeFormatMethodCommon.cs (1)
205
DeclaringType.
TypeHandle
,
System\Reflection\Runtime\TypeInfos\RuntimeArrayTypeInfo.cs (3)
81
return RuntimeAugments.NewMultiDimArray(arrayType.
TypeHandle
, lengths, null);
157
return RuntimeAugments.NewMultiDimArray(arrayType.
TypeHandle
, lengths, lowerBounds);
311
Array jaggedArray = RuntimeAugments.NewArray(arrayType.
TypeHandle
, length);
System\Reflection\Runtime\TypeInfos\RuntimeTypeInfo.cs (1)
197
RuntimeTypeHandle typeHandle =
TypeHandle
;
System\RuntimeType.NativeAot.cs (1)
225
return GetRuntimeTypeInfo().
TypeHandle
;