1 implementation of GetFieldDescOffset
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\RuntimeTypeSystem_1.cs (1)
2217
uint IRuntimeTypeSystem.
GetFieldDescOffset
(TargetPointer fieldDescPointer, FieldDefinition? fieldDef)
7 references to GetFieldDescOffset
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Contracts\CallingConvention\CallingConvention_1.cs (1)
872
fieldOffset = rts.
GetFieldDescOffset
(fdPtr, fieldDef: null);
Contracts\ManagedTypeSource_1.cs (1)
233
uint fdOffset = rts.
GetFieldDescOffset
(fieldDescAddr, fieldDef);
Contracts\RuntimeTypeSystem_1.cs (1)
2353
uint offset = ((IRuntimeTypeSystem)this).
GetFieldDescOffset
(fieldDescPointer, fieldDef);
Microsoft.Diagnostics.DataContractReader.Legacy (4)
Dbi\DacDbiImpl.cs (3)
2471
uint offset = rts.
GetFieldDescOffset
(fdPtr, null);
2479
uint offset = rts.
GetFieldDescOffset
(fdPtr, null);
4609
corField->offset = rts.
GetFieldDescOffset
(fieldDescPtr, fieldDef) + firstFieldOffset;
SOSDacImpl.cs (1)
1145
data->dwOffset = rtsContract.
GetFieldDescOffset
(fieldDescTargetPtr, fieldDef);