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