2 references to GetParameters
System.Private.CoreLib (2)
src\System\Reflection\RuntimeConstructorInfo.CoreCLR.cs (1)
184m_parameters ??= RuntimeParameterInfo.GetParameters(this, this, Signature);
src\System\Reflection\RuntimeMethodInfo.CoreCLR.cs (1)
77m_parameters ??= RuntimeParameterInfo.GetParameters(this, this, Signature);