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)
2967return new SpanValue(_elementType, _bytes, _index, _length); 3043return new ByRefValue(_value._bytes, _value._index);