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