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