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);