1 implementation of GetFieldDescOffset
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\RuntimeTypeSystem_1.cs (1)
2388
uint IRuntimeTypeSystem.
GetFieldDescOffset
(TargetPointer fieldDescPointer, FieldDefinition? fieldDef)
7 references to GetFieldDescOffset
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Contracts\CallingConvention\CallingConvention_1.cs (1)
895
fieldOffset = rts.
GetFieldDescOffset
(fdPtr, fieldDef: null);
Contracts\ManagedTypeSource_1.cs (1)
238
uint fdOffset = rts.
GetFieldDescOffset
(fieldDescAddr, fieldDef);
Contracts\RuntimeTypeSystem_1.cs (1)
2546
uint offset = ((IRuntimeTypeSystem)this).
GetFieldDescOffset
(fieldDescPointer, fieldDef);
Microsoft.Diagnostics.DataContractReader.Legacy (4)
Dbi\DacDbiImpl.cs (3)
3216
uint offset = rts.
GetFieldDescOffset
(fdPtr, null);
3224
uint offset = rts.
GetFieldDescOffset
(fdPtr, null);
5372
corField->offset = rts.
GetFieldDescOffset
(fieldDescPtr, fieldDef) + firstFieldOffset;
SOSDacImpl.cs (1)
1139
data->dwOffset = rtsContract.
GetFieldDescOffset
(fieldDescTargetPtr, fieldDef);