1 instantiation of InterpMethodContextFrame
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Data\InterpMethodContextFrame.cs (1)
9=> new InterpMethodContextFrame(target, address);
16 references to InterpMethodContextFrame
Microsoft.Diagnostics.DataContractReader.Contracts (16)
Contracts\StackWalk\FrameHandling\FrameHelpers.cs (13)
333Data.InterpMethodContextFrame frame = _target.ProcessedData.GetOrAdd<Data.InterpMethodContextFrame>(hintPtr); 341Data.InterpMethodContextFrame next = _target.ProcessedData.GetOrAdd<Data.InterpMethodContextFrame>(frame.NextPtr); 354frame = _target.ProcessedData.GetOrAdd<Data.InterpMethodContextFrame>(currentPtr); 374Data.InterpMethodContextFrame contextFrame = _target.ProcessedData.GetOrAdd<Data.InterpMethodContextFrame>(interpMethodFramePtr); 396Data.InterpMethodContextFrame topContextFrame = _target.ProcessedData.GetOrAdd<Data.InterpMethodContextFrame>(topContextFramePtr); 437Data.InterpMethodContextFrame currentFrame = _target.ProcessedData.GetOrAdd<Data.InterpMethodContextFrame>(currentFramePtr); 442Data.InterpMethodContextFrame parentFrame = _target.ProcessedData.GetOrAdd<Data.InterpMethodContextFrame>(currentFrame.ParentPtr);
Data\InterpMethodContextFrame.cs (3)
6internal sealed class InterpMethodContextFrame : IData<InterpMethodContextFrame> 8static InterpMethodContextFrame IData<InterpMethodContextFrame>.Create(Target target, TargetPointer address)