1 implementation of GetFieldDescThreadStaticAddress
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\RuntimeTypeSystem_1.cs (1)
2141
TargetPointer IRuntimeTypeSystem.
GetFieldDescThreadStaticAddress
(TargetPointer fieldDescPointer, TargetPointer thread, bool unboxValueTypes) => GetFieldDescStaticOrThreadStaticAddress(fieldDescPointer, thread, unboxValueTypes);
1 reference to GetFieldDescThreadStaticAddress
Microsoft.Diagnostics.DataContractReader.Legacy (1)
Dbi\DacDbiImpl.cs (1)
1496
*pRetVal = rts.
GetFieldDescThreadStaticAddress
(fd, new TargetPointer(vmRuntimeThread)).Value;