1 instantiation of InterpMethodContextFrame
Microsoft.Diagnostics.DataContractReader.Contracts (1)
_generated\102\Microsoft_Diagnostics_DataContractReader_Data.InterpMethodContextFrame.g.cs (1)
50
=> new
InterpMethodContextFrame
(target, address);
16 references to InterpMethodContextFrame
Microsoft.Diagnostics.DataContractReader.Contracts (16)
_generated\102\Microsoft_Diagnostics_DataContractReader_Data.InterpMethodContextFrame.g.cs (2)
49
static
InterpMethodContextFrame
IData<
InterpMethodContextFrame
>.Create(Target target, TargetPointer address)
Contracts\StackWalk\FrameHandling\FrameHelpers.cs (13)
404
Data.
InterpMethodContextFrame
frame = _target.ProcessedData.GetOrAdd<Data.
InterpMethodContextFrame
>(hintPtr);
412
Data.
InterpMethodContextFrame
next = _target.ProcessedData.GetOrAdd<Data.
InterpMethodContextFrame
>(frame.NextPtr);
425
frame = _target.ProcessedData.GetOrAdd<Data.
InterpMethodContextFrame
>(currentPtr);
445
Data.
InterpMethodContextFrame
contextFrame = _target.ProcessedData.GetOrAdd<Data.
InterpMethodContextFrame
>(interpMethodFramePtr);
467
Data.
InterpMethodContextFrame
topContextFrame = _target.ProcessedData.GetOrAdd<Data.
InterpMethodContextFrame
>(topContextFramePtr);
508
Data.
InterpMethodContextFrame
currentFrame = _target.ProcessedData.GetOrAdd<Data.
InterpMethodContextFrame
>(currentFramePtr);
513
Data.
InterpMethodContextFrame
parentFrame = _target.ProcessedData.GetOrAdd<Data.
InterpMethodContextFrame
>(currentFrame.ParentPtr);
Data\InterpMethodContextFrame.cs (1)
7
internal sealed partial class InterpMethodContextFrame : IData<
InterpMethodContextFrame
>