1 write to PointedToBytes
ILCompiler.Compiler (1)
Compiler\TypePreinit.cs (1)
3084
PointedToBytes
= pointedToBytes;
16 references to PointedToBytes
ILCompiler.Compiler (16)
Compiler\TypePreinit.cs (16)
1534
if (addition > previousByRef.
PointedToBytes
.Length - previousByRef.PointedToOffset
1538
stack.Push(StackValueKind.ByRef, new ByRefValue(previousByRef.
PointedToBytes
, (int)(previousByRef.PointedToOffset + addition)));
1818
if (sizeBytes > addressValue.
PointedToBytes
.Length - addressValue.PointedToOffset
1822
Array.Fill(addressValue.
PointedToBytes
, (byte)value.Value.AsInt32(), addressValue.PointedToOffset, (int)sizeBytes);
2994
_value._bytes = byref.
PointedToBytes
;
3096
result =
PointedToBytes
== ((ByRefValue)value).
PointedToBytes
3101
Value IHasInstanceFields.GetField(FieldDesc field) => new FieldAccessor(
PointedToBytes
, PointedToOffset).GetField(field);
3102
bool IHasInstanceFields.TrySetField(FieldDesc field, Value value) => new FieldAccessor(
PointedToBytes
, PointedToOffset).TrySetField(field, value);
3103
ByRefValueBase IHasInstanceFields.GetFieldAddress(FieldDesc field) => new FieldAccessor(
PointedToBytes
, PointedToOffset).GetFieldAddress(field);
3107
if ((uint)size > (uint)(
PointedToBytes
.Length - PointedToOffset))
3114
PointedToBytes
[i] = 0;
3126
if (PointedToOffset + src.Length >
PointedToBytes
.Length)
3129
Array.Copy(src, 0,
PointedToBytes
, PointedToOffset, src.Length);
3137
|| ((MetadataType)type).InstanceFieldSize.AsInt >
PointedToBytes
.Length - PointedToOffset)
3144
Array.Copy(
PointedToBytes
, PointedToOffset, result.InstanceBytes, 0, result.InstanceBytes.Length);