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