1 write to _signature
ILCompiler.TypeSystem (1)
parent\parent\Common\TypeSystem\Common\MethodDesc.cs (1)
378
_signature
= signature;
2 references to _signature
ILCompiler.TypeSystem (2)
parent\parent\Common\TypeSystem\Common\MethodDesc.cs (2)
382
public TypeDesc Current =>
_signature
[_index];
387
return _index <
_signature
.Length;