1 implementation of GetFieldDescOffset
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\RuntimeTypeSystem_1.cs (1)
2388uint IRuntimeTypeSystem.GetFieldDescOffset(TargetPointer fieldDescPointer, FieldDefinition? fieldDef)
8 references to GetFieldDescOffset
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Contracts\CallingConvention\CallingConvention_1.cs (1)
670fieldOffset = rts.GetFieldDescOffset(fdPtr, fieldDef: null);
Contracts\ManagedTypeSource_1.cs (1)
238uint fdOffset = rts.GetFieldDescOffset(fieldDescAddr, fieldDef);
Contracts\RuntimeTypeSystem_1.cs (1)
2553uint offset = ((IRuntimeTypeSystem)this).GetFieldDescOffset(fieldDescPointer, fieldDef);
Microsoft.Diagnostics.DataContractReader.Legacy (5)
ClrDataValue.cs (1)
987uint offset = rts.GetFieldDescOffset(fieldDesc, fieldDefinition);
Dbi\DacDbiImpl.cs (3)
3321uint offset = rts.GetFieldDescOffset(fdPtr, null); 3329uint offset = rts.GetFieldDescOffset(fdPtr, null); 5522corField->offset = rts.GetFieldDescOffset(fieldDescPtr, fieldDef) + firstFieldOffset;
SOSDacImpl.cs (1)
1182data->dwOffset = rtsContract.GetFieldDescOffset(fieldDescTargetPtr, fieldDef);