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