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