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