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