1 implementation of GetFieldDescOffset
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\RuntimeTypeSystem_1.cs (1)
2035uint IRuntimeTypeSystem.GetFieldDescOffset(TargetPointer fieldDescPointer, FieldDefinition? fieldDef)
6 references to GetFieldDescOffset
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\ManagedTypeSource_1.cs (1)
233uint fdOffset = rts.GetFieldDescOffset(fieldDescAddr, fieldDef);
Contracts\RuntimeTypeSystem_1.cs (1)
2142uint offset = ((IRuntimeTypeSystem)this).GetFieldDescOffset(fieldDescPointer, fieldDef);
Microsoft.Diagnostics.DataContractReader.Legacy (4)
Dbi\DacDbiImpl.cs (3)
2070uint offset = rts.GetFieldDescOffset(fdPtr, null); 2078uint offset = rts.GetFieldDescOffset(fdPtr, null); 3679corField->offset = rts.GetFieldDescOffset(fieldDescPtr, fieldDef) + firstFieldOffset;
SOSDacImpl.cs (1)
1166data->dwOffset = rtsContract.GetFieldDescOffset(fieldDescTargetPtr, fieldDef);