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