1 write to _genericParameterCount
ILCompiler.TypeSystem (1)
parent\parent\Common\TypeSystem\Common\MethodDesc.cs (1)
78_genericParameterCount = genericParameterCount;
8 references to _genericParameterCount
ILCompiler.TypeSystem (8)
parent\parent\Common\TypeSystem\Common\MethodDesc.cs (6)
116return new MethodSignature(_flags, _genericParameterCount, returnTypeNew, newParameters, _embeddedSignatureData); 152return _genericParameterCount; 280if (this._genericParameterCount != otherSignature._genericParameterCount) 412_genericParameterCount = template._genericParameterCount; 471_genericParameterCount != _template._genericParameterCount ||
parent\parent\Common\TypeSystem\Sorting\MethodSignature.Sorting.cs (2)
19result = _genericParameterCount.CompareTo(other._genericParameterCount);