2 writes to _returnType
ILCompiler.TypeSystem (2)
parent\parent\Common\TypeSystem\Common\MethodDesc.cs (2)
413
_returnType
= template._returnType;
430
_returnType
= value;
2 references to _returnType
ILCompiler.TypeSystem (2)
parent\parent\Common\TypeSystem\Common\MethodDesc.cs (2)
472
_returnType
!= _template._returnType ||
476
_template = new MethodSignature(_flags, _genericParameterCount,
_returnType
, _parameters, _embeddedSignatureData);