15 references to ToRuntimeTypeInfo
System.Private.CoreLib (15)
Internal\Reflection\Augments\ReflectionAugments.cs (2)
284RuntimeTypeInfo runtimeContainingType = target.GetType().ToRuntimeTypeInfo(); 490RuntimeTypeInfo runtimeType = type.ToRuntimeTypeInfo();
System\Reflection\Runtime\BindingFlagSupport\QueriedMemberList.cs (1)
148type = type.BaseType?.ToRuntimeTypeInfo()!;
System\Reflection\Runtime\General\TypeResolver.NativeFormat.cs (2)
201return resolvedType.ToRuntimeTypeInfo(); 229return runtimeType.ToRuntimeTypeInfo();
System\Reflection\Runtime\General\TypeUnifier.cs (1)
77return Type.GetTypeFromHandle(typeHandle)!.ToRuntimeTypeInfo();
System\Reflection\Runtime\MethodInfos\RuntimeMethodHelpers.cs (1)
33TypeContext typeContext = contextMethod.DeclaringType.ToRuntimeTypeInfo().TypeContext;
System\Reflection\Runtime\TypeInfos\NativeFormat\NativeFormatRuntimeGenericParameterTypeInfoForMethods.cs (1)
55return _declaringRuntimeNamedMethodInfo.DeclaringType.ToRuntimeTypeInfo();
System\Reflection\Runtime\TypeInfos\RuntimeArrayTypeInfo.cs (3)
53RuntimeTypeInfo countType = typeof(int).ToRuntimeTypeInfo(); 170RuntimeTypeInfo indexType = typeof(int).ToRuntimeTypeInfo(); 173RuntimeTypeInfo voidType = typeof(void).ToRuntimeTypeInfo();
System\Reflection\Runtime\TypeInfos\RuntimeGenericParameterTypeInfo.cs (1)
141RuntimeNamedTypeInfo objectTypeInfo = (RuntimeNamedTypeInfo)(typeof(object).ToRuntimeTypeInfo());
System\Reflection\Runtime\TypeInfos\RuntimeTypeInfo.cs (1)
308RuntimeTypeInfo fromTypeInfo = typeInfo.ToRuntimeTypeInfo();
System\Reflection\Runtime\TypeInfos\RuntimeTypeInfo.GetMember.cs (1)
130runtimeType = runtimeType.BaseType?.ToRuntimeTypeInfo();
System\Reflection\RuntimeMethodInfo.cs (1)
77RuntimeTypeInfo runtimeDelegateTypeInfo = runtimeDelegateType.ToRuntimeTypeInfo();