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)
382public TypeDesc Current => _signature[_index]; 387return _index < _signature.Length;