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)
116
return new MethodSignature(_flags,
_genericParameterCount
, returnTypeNew, newParameters, _embeddedSignatureData);
152
return
_genericParameterCount
;
280
if (this.
_genericParameterCount
!= otherSignature.
_genericParameterCount
)
412
_genericParameterCount = template.
_genericParameterCount
;
471
_genericParameterCount != _template.
_genericParameterCount
||
parent\parent\Common\TypeSystem\Sorting\MethodSignature.Sorting.cs (2)
19
result =
_genericParameterCount
.CompareTo(other.
_genericParameterCount
);