2 writes to _argType
Microsoft.Diagnostics.DataContractReader.Contracts (2)
src\runtime\src\coreclr\tools\Common\CallingConvention\ArgIterator.cs (2)
344
_argType
= default(CorElementType);
766
_argType
= argType;
8 references to _argType
Microsoft.Diagnostics.DataContractReader.Contracts (8)
src\runtime\src\coreclr\tools\Common\CallingConvention\ArgIterator.cs (8)
461
if (
_argType
== CorElementType.ELEMENT_TYPE_BYREF)
472
if (
_argType
== CorElementType.ELEMENT_TYPE_VALUETYPE)
479
if (
_argType
== CorElementType.ELEMENT_TYPE_VALUETYPE)
486
if (
_argType
== CorElementType.ELEMENT_TYPE_VALUETYPE)
500
if (
_argType
== CorElementType.ELEMENT_TYPE_VALUETYPE)
1380
return
_argType
;
1387
return
_argType
;
1398
return (
_argType
== CorElementType.ELEMENT_TYPE_VALUETYPE);