2 instantiations of X86GCInfo
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\GCInfo\GCInfoX86_1.cs (1)
26=> new GCInfoHelpers.X86.X86GCInfo(_target, gcInfoAddress, gcVersion);
Contracts\StackWalk\Context\X86\X86Unwinder.cs (1)
66X86GCInfo gcInfo = new(_target, gcInfoAddress, gcInfoVersion, relOffset);
10 references to X86GCInfo
Microsoft.Diagnostics.DataContractReader.Contracts (10)
Contracts\GCInfo\GCInfoX86_1.cs (1)
13/// The decoder lives at <see cref="GCInfoHelpers.X86.X86GCInfo"/> and is shared with the
Contracts\StackWalk\Context\X86\X86Unwinder.cs (9)
66X86GCInfo gcInfo = new(_target, gcInfoAddress, gcInfoVersion, relOffset); 100private void UnwindEpilog(ref X86Context context, X86GCInfo gcInfo, TargetPointer epilogBase) 118private void UnwindEbpDoubleAlignFrameEpilog(ref X86Context context, X86GCInfo gcInfo, TargetPointer epilogBase) 245private void UnwindEspFrameEpilog(ref X86Context context, X86GCInfo gcInfo, TargetPointer epilogBase) 311private void UnwindEspFrame(ref X86Context context, X86GCInfo gcInfo, TargetPointer methodStart) 351private void UnwindEspFrameProlog(ref X86Context context, X86GCInfo gcInfo, TargetPointer methodStart) 430X86GCInfo gcInfo, 514private void UnwindEbpDoubleAlignFrameProlog(ref X86Context context, X86GCInfo gcInfo, TargetPointer methodStart) 614private uint ESPIncrementOnReturn(X86GCInfo gcInfo)