1 implementation of GetNonGCStaticsBasePointer
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\RuntimeTypeSystem_1.cs (1)
724
public TargetPointer
GetNonGCStaticsBasePointer
(TypeHandle typeHandle)
1 reference to GetNonGCStaticsBasePointer
Microsoft.Diagnostics.DataContractReader.Legacy (1)
SOSDacImpl.cs (1)
6741
*nonGCStaticsAddress = rtsContract.
GetNonGCStaticsBasePointer
(typeHandle).ToClrDataAddress(_target);