2 implementations of DecodePlatformSpecificGCInfo
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\GCInfo\GCInfo_1.cs (1)
19IGCInfoHandle IGCInfo.DecodePlatformSpecificGCInfo(TargetPointer gcInfoAddress, uint gcVersion)
Contracts\GCInfo\GCInfoX86_1.cs (1)
25IGCInfoHandle IGCInfo.DecodePlatformSpecificGCInfo(TargetPointer gcInfoAddress, uint gcVersion)
6 references to DecodePlatformSpecificGCInfo
Microsoft.Diagnostics.DataContractReader.Contracts (5)
Contracts\ExecutionManager\ExecutionManagerCore.cs (1)
423IGCInfoHandle handle = gcInfoContract.DecodePlatformSpecificGCInfo(gcInfoAddress, gcInfoVersion);
Contracts\ExecutionManager\ExecutionManagerCore.EEJitManager.cs (1)
59IGCInfoHandle gcInfoHandle = gcInfo.DecodePlatformSpecificGCInfo(pGcInfo, gcVersion);
Contracts\ExecutionManager\ExecutionManagerCore.ReadyToRunJitManager.cs (1)
86IGCInfoHandle gcInfoHandle = gcInfo.DecodePlatformSpecificGCInfo(pGcInfo, gcVersion);
Contracts\StackWalk\GC\GcScanner.cs (1)
46IGCInfoHandle handle = _gcInfo.DecodePlatformSpecificGCInfo(gcInfoAddr, gcVersion);
Contracts\StackWalk\StackWalk_1.cs (1)
316IGCInfoHandle gcHandle = _target.Contracts.GCInfo.DecodePlatformSpecificGCInfo(gcInfoAddr, gcVersion);
Microsoft.Diagnostics.DataContractReader.Legacy (1)
SOSDacImpl.cs (1)
815: gcInfo.DecodePlatformSpecificGCInfo(pGcInfo, gcVersion);