1 instantiation of InterpMethodContextFrame
Microsoft.Diagnostics.DataContractReader.Contracts (1)
_generated\112\Microsoft_Diagnostics_DataContractReader_Data.InterpMethodContextFrame.g.cs (1)
73
=> new
InterpMethodContextFrame
(target, address);
16 references to InterpMethodContextFrame
Microsoft.Diagnostics.DataContractReader.Contracts (16)
_generated\112\Microsoft_Diagnostics_DataContractReader_Data.InterpMethodContextFrame.g.cs (2)
72
static
InterpMethodContextFrame
IData<
InterpMethodContextFrame
>.Create(Target target, TargetPointer address)
Contracts\StackWalk\FrameHandling\FrameHelpers.cs (13)
420
Data.
InterpMethodContextFrame
frame = _target.ProcessedData.GetOrAdd<Data.
InterpMethodContextFrame
>(hintPtr);
428
Data.
InterpMethodContextFrame
next = _target.ProcessedData.GetOrAdd<Data.
InterpMethodContextFrame
>(frame.NextPtr);
441
frame = _target.ProcessedData.GetOrAdd<Data.
InterpMethodContextFrame
>(currentPtr);
461
Data.
InterpMethodContextFrame
contextFrame = _target.ProcessedData.GetOrAdd<Data.
InterpMethodContextFrame
>(interpMethodFramePtr);
483
Data.
InterpMethodContextFrame
topContextFrame = _target.ProcessedData.GetOrAdd<Data.
InterpMethodContextFrame
>(topContextFramePtr);
524
Data.
InterpMethodContextFrame
currentFrame = _target.ProcessedData.GetOrAdd<Data.
InterpMethodContextFrame
>(currentFramePtr);
529
Data.
InterpMethodContextFrame
parentFrame = _target.ProcessedData.GetOrAdd<Data.
InterpMethodContextFrame
>(currentFrame.ParentPtr);
Data\InterpMethodContextFrame.cs (1)
7
internal sealed partial class InterpMethodContextFrame : IData<
InterpMethodContextFrame
>