5 instantiations of RoThinMethodParameter
System.Reflection.MetadataLoadContext (5)
System\Reflection\TypeLoading\Constructors\RoSyntheticConstructor.cs (2)
44sig[-1] = new RoThinMethodParameter(this, -1, returnType); 47sig[position] = new RoThinMethodParameter(this, position, _parameterTypes[position]);
System\Reflection\TypeLoading\MethodBase\Ecma\EcmaMethodDecoder.cs (1)
89methodSig[position] ??= new RoThinMethodParameter(roMethodBase, position, parameterType);
System\Reflection\TypeLoading\Methods\RoSyntheticMethod.cs (2)
46sig[-1] = new RoThinMethodParameter(this, -1, _returnType); 49sig[position] = new RoThinMethodParameter(this, position, _parameterTypes[position]);