3 writes to _retType
ILCompiler.Compiler (1)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoTypes.cs (1)
122
public CorInfoType retType { get { return (CorInfoType)_retType; } set {
_retType
= (byte)value; } }
ILCompiler.RyuJit (2)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (2)
910
sig->
_retType
= (byte)corInfoRetType;
938
sig->
_retType
= (byte)CorInfoType.CORINFO_TYPE_VOID;
1 reference to _retType
ILCompiler.Compiler (1)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoTypes.cs (1)
122
public CorInfoType retType { get { return (CorInfoType)
_retType
; } set { _retType = (byte)value; } }