1 instantiation of GCInfo
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\StackWalk\Context\X86\X86Unwinder.cs (1)
65
GCInfo gcInfo =
new
(_target, gcInfoAddress, gcInfoVersion, relOffset);
9 references to GCInfo
Microsoft.Diagnostics.DataContractReader.Contracts (9)
Contracts\StackWalk\Context\X86\X86Unwinder.cs (9)
65
GCInfo
gcInfo = new(_target, gcInfoAddress, gcInfoVersion, relOffset);
99
private void UnwindEpilog(ref X86Context context,
GCInfo
gcInfo, TargetPointer epilogBase)
117
private void UnwindEbpDoubleAlignFrameEpilog(ref X86Context context,
GCInfo
gcInfo, TargetPointer epilogBase)
244
private void UnwindEspFrameEpilog(ref X86Context context,
GCInfo
gcInfo, TargetPointer epilogBase)
310
private void UnwindEspFrame(ref X86Context context,
GCInfo
gcInfo, TargetPointer methodStart)
350
private void UnwindEspFrameProlog(ref X86Context context,
GCInfo
gcInfo, TargetPointer methodStart)
429
GCInfo
gcInfo,
513
private void UnwindEbpDoubleAlignFrameProlog(ref X86Context context,
GCInfo
gcInfo, TargetPointer methodStart)
613
private uint ESPIncrementOnReturn(
GCInfo
gcInfo)