1 write to _data
ILCompiler.Compiler (1)
Compiler\TypePreinit.cs (1)
3350
_data
= new byte[elementCount * _elementSize];
6 references to _data
ILCompiler.Compiler (6)
Compiler\TypePreinit.cs (6)
3355
if (bytes.Length !=
_data
.Length)
3358
Array.Copy(bytes,
_data
, bytes.Length);
3379
Array.Copy(valueToStore.InstanceBytes, 0,
_data
, index * _elementSize, valueToStore.InstanceBytes.Length);
3392
Array.Copy(
_data
, index * _elementSize, result.InstanceBytes, 0, _elementSize);
3421
builder.EmitBytes(
_data
);
3426
return new ByRefValue(
_data
, 0);