6 implementations of GetFieldAddress
ILCompiler.Compiler (6)
Compiler\TypePreinit.cs (6)
2564
ByRefValueBase IHasInstanceFields.
GetFieldAddress
(FieldDesc field)
2780
ByRefValueBase IHasInstanceFields.
GetFieldAddress
(FieldDesc field)
3019
public ByRefValueBase
GetFieldAddress
(FieldDesc field)
3103
ByRefValueBase IHasInstanceFields.
GetFieldAddress
(FieldDesc field) => new FieldAccessor(PointedToBytes, PointedToOffset).GetFieldAddress(field);
3505
ByRefValueBase IHasInstanceFields.
GetFieldAddress
(FieldDesc field) => new FieldAccessor(_value).GetFieldAddress(field);
3555
ByRefValueBase IHasInstanceFields.
GetFieldAddress
(FieldDesc field) => new FieldAccessor(_data).GetFieldAddress(field);
1 reference to GetFieldAddress
ILCompiler.Compiler (1)
Compiler\TypePreinit.cs (1)
791
stack.Push(StackValueKind.ByRef, loadableInstance.
GetFieldAddress
(field));