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