6 implementations of GetFieldAddress
ILCompiler.Compiler (6)
Compiler\TypePreinit.cs (6)
2575
ByRefValueBase IHasInstanceFields.
GetFieldAddress
(FieldDesc field)
2791
ByRefValueBase IHasInstanceFields.
GetFieldAddress
(FieldDesc field)
3030
public ByRefValueBase
GetFieldAddress
(FieldDesc field)
3114
ByRefValueBase IHasInstanceFields.
GetFieldAddress
(FieldDesc field) => new FieldAccessor(PointedToBytes, PointedToOffset).GetFieldAddress(field);
3529
ByRefValueBase IHasInstanceFields.
GetFieldAddress
(FieldDesc field) => new FieldAccessor(_value).GetFieldAddress(field);
3579
ByRefValueBase IHasInstanceFields.
GetFieldAddress
(FieldDesc field) => new FieldAccessor(_data).GetFieldAddress(field);
1 reference to GetFieldAddress
ILCompiler.Compiler (1)
Compiler\TypePreinit.cs (1)
802
stack.Push(StackValueKind.ByRef, loadableInstance.
GetFieldAddress
(field));