2 writes to _bytes
ILCompiler.Compiler (2)
Compiler\TypePreinit.cs (2)
2914
_bytes
= bytes;
2994
_value.
_bytes
= byref.PointedToBytes;
2 references to _bytes
ILCompiler.Compiler (2)
Compiler\TypePreinit.cs (2)
2940
return new SpanValue(_elementType,
_bytes
, _index, _length);
3016
return new ByRefValue(_value.
_bytes
, _value._index);