2 writes to _index
ILCompiler.Compiler (2)
Compiler\TypePreinit.cs (2)
2915
_index
= index;
2995
_value.
_index
= byref.PointedToOffset;
2 references to _index
ILCompiler.Compiler (2)
Compiler\TypePreinit.cs (2)
2940
return new SpanValue(_elementType, _bytes,
_index
, _length);
3016
return new ByRefValue(_value._bytes, _value.
_index
);