6 references to ToTypeArray
System.Private.CoreLib (6)
System\Reflection\Runtime\MethodInfos\RuntimeSyntheticConstructorInfo.cs (1)
153
protected sealed override MethodBaseInvoker UncachedMethodInvoker => new CustomMethodInvoker(_declaringType.ToType(), _runtimeParameterTypes.
ToTypeArray
(), _options, _action);
System\Reflection\Runtime\MethodInfos\RuntimeSyntheticMethodInfo.cs (1)
166
protected sealed override MethodBaseInvoker UncachedMethodInvoker => new CustomMethodInvoker(_declaringType.ToType(), _runtimeParameterTypes.
ToTypeArray
(), _options, _action);
System\Reflection\Runtime\TypeInfos\RuntimeGenericParameterTypeInfo.cs (1)
48
return ConstraintInfos.
ToTypeArray
();
System\Reflection\Runtime\TypeInfos\RuntimeTypeInfo.cs (2)
174
return InternalRuntimeGenericTypeArguments.
ToTypeArray
();
369
return RuntimeGenericTypeParameters.
ToTypeArray
();
System\Reflection\RuntimeMethodInfo.cs (1)
157
return RuntimeGenericArgumentsOrParameters.
ToTypeArray
();