3 references to GetRuntimeParameters
System.Private.CoreLib (3)
System\Reflection\Runtime\MethodInfos\RuntimeMethodHelpers.cs (1)
63RuntimeParameterInfo[] parameters = GetRuntimeParameters(ref runtimeMethodCommon, contextMethod, methodTypeArguments, out returnParameter);
System\Reflection\Runtime\MethodInfos\RuntimeNamedMethodInfo.cs (1)
245return RuntimeMethodHelpers.GetRuntimeParameters(ref _common, contextMethod, contextMethod.RuntimeGenericArgumentsOrParameters, out returnParameter);
System\Reflection\Runtime\MethodInfos\RuntimePlainConstructorInfo.cs (1)
151return _lazyParameters ??= RuntimeMethodHelpers.GetRuntimeParameters(ref _common, this, Array.Empty<RuntimeTypeInfo>(), out _);