1 write to _data
ILCompiler.Compiler (1)
Compiler\TypePreinit.cs (1)
3366
_data
= new byte[elementCount * _elementSize];
6 references to _data
ILCompiler.Compiler (6)
Compiler\TypePreinit.cs (6)
3371
if (bytes.Length !=
_data
.Length)
3374
Array.Copy(bytes,
_data
, bytes.Length);
3395
Array.Copy(valueToStore.InstanceBytes, 0,
_data
, index * _elementSize, valueToStore.InstanceBytes.Length);
3408
Array.Copy(
_data
, index * _elementSize, result.InstanceBytes, 0, _elementSize);
3437
builder.EmitBytes(
_data
);
3442
return new ByRefValue(
_data
, 0);