1 write to _genericParameterCount
ILCompiler.TypeSystem (1)
parent\parent\Common\TypeSystem\Common\MethodDesc.cs (1)
412
_genericParameterCount
= template._genericParameterCount;
2 references to _genericParameterCount
ILCompiler.TypeSystem (2)
parent\parent\Common\TypeSystem\Common\MethodDesc.cs (2)
471
_genericParameterCount
!= _template._genericParameterCount ||
476
_template = new MethodSignature(_flags,
_genericParameterCount
, _returnType, _parameters, _embeddedSignatureData);