2 writes to _index
ILCompiler.Compiler (2)
Compiler\TypePreinit.cs (2)
2926
_index
= index;
3006
_value.
_index
= byref.PointedToOffset;
2 references to _index
ILCompiler.Compiler (2)
Compiler\TypePreinit.cs (2)
2951
return new SpanValue(_elementType, _bytes,
_index
, _length);
3027
return new ByRefValue(_value._bytes, _value.
_index
);