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