6 implementations of GetFieldAddress
ILCompiler.Compiler (6)
Compiler\TypePreinit.cs (6)
2591
ByRefValueBase IHasInstanceFields.
GetFieldAddress
(FieldDesc field)
2807
ByRefValueBase IHasInstanceFields.
GetFieldAddress
(FieldDesc field)
3046
public ByRefValueBase
GetFieldAddress
(FieldDesc field)
3130
ByRefValueBase IHasInstanceFields.
GetFieldAddress
(FieldDesc field) => new FieldAccessor(PointedToBytes, PointedToOffset).GetFieldAddress(field);
3545
ByRefValueBase IHasInstanceFields.
GetFieldAddress
(FieldDesc field) => new FieldAccessor(_value).GetFieldAddress(field);
3595
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));