2 writes to _index
ILCompiler.TypeSystem (2)
parent\parent\Common\TypeSystem\Common\MethodDesc.cs (2)
379
_index
= -1;
386
_index
++;
2 references to _index
ILCompiler.TypeSystem (2)
parent\parent\Common\TypeSystem\Common\MethodDesc.cs (2)
382
public TypeDesc Current => _signature[
_index
];
387
return
_index
< _signature.Length;