4 references to GetArgType
ILCompiler.Compiler (4)
Compiler\TypePreinit.cs (4)
511
methodParams[i] = stack.PopIntoLocation(
GetArgType
(method, i));
592
ctorParameters[i + 1] = stack.PopIntoLocation(
GetArgType
(ctor, i + 1));
974
stack.PushFromLocation(
GetArgType
(methodIL.OwningMethod, index), parameters[index]);
982
TypeDesc argType =
GetArgType
(methodIL.OwningMethod, index);