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)
49
static
InterpMethodContextFrame
IData<
InterpMethodContextFrame
>.Create(Target target, TargetPointer address)
Contracts\StackWalk\FrameHandling\FrameHelpers.cs (13)
406
Data.
InterpMethodContextFrame
frame = _target.ProcessedData.GetOrAdd<Data.
InterpMethodContextFrame
>(hintPtr);
414
Data.
InterpMethodContextFrame
next = _target.ProcessedData.GetOrAdd<Data.
InterpMethodContextFrame
>(frame.NextPtr);
427
frame = _target.ProcessedData.GetOrAdd<Data.
InterpMethodContextFrame
>(currentPtr);
447
Data.
InterpMethodContextFrame
contextFrame = _target.ProcessedData.GetOrAdd<Data.
InterpMethodContextFrame
>(interpMethodFramePtr);
469
Data.
InterpMethodContextFrame
topContextFrame = _target.ProcessedData.GetOrAdd<Data.
InterpMethodContextFrame
>(topContextFramePtr);
510
Data.
InterpMethodContextFrame
currentFrame = _target.ProcessedData.GetOrAdd<Data.
InterpMethodContextFrame
>(currentFramePtr);
515
Data.
InterpMethodContextFrame
parentFrame = _target.ProcessedData.GetOrAdd<Data.
InterpMethodContextFrame
>(currentFrame.ParentPtr);
Data\InterpMethodContextFrame.cs (1)
7
internal sealed partial class InterpMethodContextFrame : IData<
InterpMethodContextFrame
>