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