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