1 instantiation of InterpMethodContextFrame
Microsoft.Diagnostics.DataContractReader.Contracts (1)
_generated\93\Microsoft_Diagnostics_DataContractReader_Data.InterpMethodContextFrame.g.cs (1)
50=> new InterpMethodContextFrame(target, address);
16 references to InterpMethodContextFrame
Microsoft.Diagnostics.DataContractReader.Contracts (16)
_generated\93\Microsoft_Diagnostics_DataContractReader_Data.InterpMethodContextFrame.g.cs (2)
49static InterpMethodContextFrame IData<InterpMethodContextFrame>.Create(Target target, TargetPointer address)
Contracts\StackWalk\FrameHandling\FrameHelpers.cs (13)
406Data.InterpMethodContextFrame frame = _target.ProcessedData.GetOrAdd<Data.InterpMethodContextFrame>(hintPtr); 414Data.InterpMethodContextFrame next = _target.ProcessedData.GetOrAdd<Data.InterpMethodContextFrame>(frame.NextPtr); 427frame = _target.ProcessedData.GetOrAdd<Data.InterpMethodContextFrame>(currentPtr); 447Data.InterpMethodContextFrame contextFrame = _target.ProcessedData.GetOrAdd<Data.InterpMethodContextFrame>(interpMethodFramePtr); 469Data.InterpMethodContextFrame topContextFrame = _target.ProcessedData.GetOrAdd<Data.InterpMethodContextFrame>(topContextFramePtr); 510Data.InterpMethodContextFrame currentFrame = _target.ProcessedData.GetOrAdd<Data.InterpMethodContextFrame>(currentFramePtr); 515Data.InterpMethodContextFrame parentFrame = _target.ProcessedData.GetOrAdd<Data.InterpMethodContextFrame>(currentFrame.ParentPtr);
Data\InterpMethodContextFrame.cs (1)
7internal sealed partial class InterpMethodContextFrame : IData<InterpMethodContextFrame>