3 writes to _template
ILCompiler.TypeSystem (3)
parent\parent\Common\TypeSystem\Common\MethodDesc.cs (3)
409_template = template; 458_template = null; 476_template = new MethodSignature(_flags, _genericParameterCount, _returnType, _parameters, _embeddedSignatureData);
9 references to _template
ILCompiler.TypeSystem (9)
parent\parent\Common\TypeSystem\Common\MethodDesc.cs (9)
442if (_template != null && _parameters == _template._parameters) 469if (_template == null || 470_flags != _template._flags || 471_genericParameterCount != _template._genericParameterCount || 472_returnType != _template._returnType || 473_parameters != _template._parameters || 474_embeddedSignatureData != _template._embeddedSignatureData) 479return _template;