2 implementations of DecodeInterpreterGCInfo
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\GCInfo\GCInfo_1.cs (1)
22IGCInfoHandle IGCInfo.DecodeInterpreterGCInfo(TargetPointer gcInfoAddress, uint gcVersion)
Contracts\GCInfo\GCInfoX86_1.cs (1)
28IGCInfoHandle IGCInfo.DecodeInterpreterGCInfo(TargetPointer gcInfoAddress, uint gcVersion)
5 references to DecodeInterpreterGCInfo
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\ExecutionManager\ExecutionManagerCore.InterpreterJitManager.cs (1)
58IGCInfoHandle gcInfoHandle = gcInfo.DecodeInterpreterGCInfo(pGcInfo, gcVersion);
Contracts\StackWalk\StackWalk_1.cs (1)
1145? gcInfo.DecodeInterpreterGCInfo(gcInfoAddr, gcVersion)
Microsoft.Diagnostics.DataContractReader.Legacy (3)
ClrDataMethodInstance.cs (1)
411? gcInfo.DecodeInterpreterGCInfo(gcInfoAddress, gcVersion)
Dbi\DacDbiImpl.cs (1)
2220? gcInfo.DecodeInterpreterGCInfo(gcInfoAddress, gcVersion)
SOSDacImpl.cs (1)
813? gcInfo.DecodeInterpreterGCInfo(pGcInfo, gcVersion)