2 writes to _bytes
ILCompiler.Compiler (2)
Compiler\TypePreinit.cs (2)
2941
_bytes
= bytes;
3021
_value.
_bytes
= byref.PointedToBytes;
2 references to _bytes
ILCompiler.Compiler (2)
Compiler\TypePreinit.cs (2)
2967
return new SpanValue(_elementType,
_bytes
, _index, _length);
3043
return new ByRefValue(_value.
_bytes
, _value._index);