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