1 write to PointedToBytes
ILCompiler.Compiler (1)
Compiler\TypePreinit.cs (1)
3111
PointedToBytes
= pointedToBytes;
16 references to PointedToBytes
ILCompiler.Compiler (16)
Compiler\TypePreinit.cs (16)
1561
if (addition > previousByRef.
PointedToBytes
.Length - previousByRef.PointedToOffset
1565
stack.Push(StackValueKind.ByRef, new ByRefValue(previousByRef.
PointedToBytes
, (int)(previousByRef.PointedToOffset + addition)));
1845
if (sizeBytes > addressValue.
PointedToBytes
.Length - addressValue.PointedToOffset
1849
Array.Fill(addressValue.
PointedToBytes
, (byte)value.Value.AsInt32(), addressValue.PointedToOffset, (int)sizeBytes);
3021
_value._bytes = byref.
PointedToBytes
;
3123
result =
PointedToBytes
== ((ByRefValue)value).
PointedToBytes
3128
Value IHasInstanceFields.GetField(FieldDesc field) => new FieldAccessor(
PointedToBytes
, PointedToOffset).GetField(field);
3129
bool IHasInstanceFields.TrySetField(FieldDesc field, Value value) => new FieldAccessor(
PointedToBytes
, PointedToOffset).TrySetField(field, value);
3130
ByRefValueBase IHasInstanceFields.GetFieldAddress(FieldDesc field) => new FieldAccessor(
PointedToBytes
, PointedToOffset).GetFieldAddress(field);
3134
if ((uint)size > (uint)(
PointedToBytes
.Length - PointedToOffset))
3141
PointedToBytes
[i] = 0;
3153
if (PointedToOffset + src.Length >
PointedToBytes
.Length)
3156
Array.Copy(src, 0,
PointedToBytes
, PointedToOffset, src.Length);
3164
|| ((MetadataType)type).InstanceFieldSize.AsInt >
PointedToBytes
.Length - PointedToOffset)
3171
Array.Copy(
PointedToBytes
, PointedToOffset, result.InstanceBytes, 0, result.InstanceBytes.Length);