1 write to _data
ILCompiler.Compiler (1)
Compiler\TypePreinit.cs (1)
3329
_data
= new byte[elementCount * _elementSize];
6 references to _data
ILCompiler.Compiler (6)
Compiler\TypePreinit.cs (6)
3334
if (bytes.Length !=
_data
.Length)
3337
Array.Copy(bytes,
_data
, bytes.Length);
3358
Array.Copy(valueToStore.InstanceBytes, 0,
_data
, index * _elementSize, valueToStore.InstanceBytes.Length);
3371
Array.Copy(
_data
, index * _elementSize, result.InstanceBytes, 0, _elementSize);
3400
builder.EmitBytes(
_data
);
3405
return new ByRefValue(
_data
, 0);