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)
10 references to DecodePlatformSpecificGCInfo
Microsoft.Diagnostics.DataContractReader.Contracts (7)
Contracts\ExecutionManager\ExecutionManagerCore.cs (2)
421IGCInfoHandle handle = _target.Contracts.GCInfo.DecodePlatformSpecificGCInfo(gcInfoAddr, gcVersion); 441IGCInfoHandle handle = gcInfoContract.DecodePlatformSpecificGCInfo(gcInfoAddress, gcInfoVersion);
Contracts\ExecutionManager\ExecutionManagerCore.EEJitManager.cs (1)
61IGCInfoHandle 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 (2)
326IGCInfoHandle gcHandle = _target.Contracts.GCInfo.DecodePlatformSpecificGCInfo(gcInfoAddr, gcVersion); 1146: gcInfo.DecodePlatformSpecificGCInfo(gcInfoAddr, gcVersion);
Microsoft.Diagnostics.DataContractReader.Legacy (3)
ClrDataMethodInstance.cs (1)
412: gcInfo.DecodePlatformSpecificGCInfo(gcInfoAddress, gcVersion);
Dbi\DacDbiImpl.cs (1)
2221: gcInfo.DecodePlatformSpecificGCInfo(gcInfoAddress, gcVersion);
SOSDacImpl.cs (1)
814: gcInfo.DecodePlatformSpecificGCInfo(pGcInfo, gcVersion);