2 references to GetArgumentType
Microsoft.Diagnostics.DataContractReader.Contracts (2)
src\runtime\src\coreclr\tools\Common\CallingConvention\ArgIterator.cs (2)
758
CorElementType argType =
GetArgumentType
(_argNum, out _argTypeHandle, out _argForceByRef);
1444
CorElementType type =
GetArgumentType
(i, out thArgType, out argForcedToBeByref);